Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Feature Flag from Ls dashboard #22831

Merged
merged 1 commit into from
Dec 26, 2018
Merged

Conversation

Rohit25negi
Copy link
Contributor

Remove feature flag from LS dashboard hyperlink.
I.E revert this commit 32244e3

@Rohit25negi Rohit25negi added the product/custom Change will only impact users on a single project label Dec 26, 2018
@@ -2,11 +2,10 @@

var url = hqImport('hqwebapp/js/initial_page_data').reverse;

function NavigationController($window, $scope, $route, $routeParams, $location, haveAccessToFeatures) {
function NavigationController($window, $scope, $route, $routeParams, $location) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implicit global variable, assign as global property instead. (no-implicit-globals)

Copy link
Contributor

@calellowitz calellowitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is odd that there is so much global state here, but looks fine

@calellowitz calellowitz merged commit 3fe7dee into master Dec 26, 2018
@calellowitz calellowitz deleted the rn_remove_feature_flag branch December 26, 2018 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product/custom Change will only impact users on a single project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants