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

Backport 1.6.2: Feature flags in UI and managed namespace updates #10671

Merged
merged 2 commits into from
Jan 7, 2021

Conversation

chelshaw
Copy link
Contributor

@chelshaw chelshaw commented Jan 7, 2021

Original PR #10588

Please note: Merge conflicts were resolved in routes/vault/cluster.js and enterprise-namespaces-test.js

@chelshaw chelshaw added the ui label Jan 7, 2021
@chelshaw chelshaw added this to the 1.6.2 milestone Jan 7, 2021
namespaceQueryParam: alias('clusterController.namespaceQueryParam'),
queryParams: [{ authMethod: 'with' }],
wrappedToken: alias('vaultController.wrappedToken'),
authMethod: '',
redirectTo: alias('vaultController.redirectTo'),
managedNamespaceRoot: alias('featureFlagService.managedNamespaceRoot'),

managedNamespaceChild: computed('namespaceQueryParam', function() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Had to change these from getters to computed properties so they would work properly in this version of Ember

@chelshaw chelshaw merged commit e1623fe into release/1.6.x Jan 7, 2021
@chelshaw chelshaw deleted the ui/backport-pr-10588-1.6.x branch January 7, 2021 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants