-
Notifications
You must be signed in to change notification settings - Fork 900
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 default views feature #22797
Remove default views feature #22797
Conversation
83ca48c
to
48ea349
Compare
- :name: Default Views | ||
:description: Edit Default Views | ||
:feature_type: admin | ||
:identifier: my_settings_default_views |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this just works but wanted to ask if there are existing roles with this feature, do they automatically get this removed (and not orphaned). Can you try giving this role to a user role on master, then switch to this branch, seed this fixture via rake db:seed
and verify that user role can navigate around without any errors in the related my settings pages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I will test it out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it seems to be working. Just tested this out and everything seems to be working fine.
48ea349
to
b07c9d4
Compare
b07c9d4
to
068056b
Compare
Checked commit GilbertCherrie@068056b with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint |
The default views feature is for a deprecated feature and no longer needed after its only reference is being removed in this pr: ManageIQ/manageiq-ui-classic#8965