-
Notifications
You must be signed in to change notification settings - Fork 898
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
Add scopes for MiqRequest #16843
Add scopes for MiqRequest #16843
Conversation
@miq-bot add_label wip |
e76a132
to
4afaebb
Compare
Checked commits tumido/manageiq@9f04ed5~...4afaebb with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
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.
Looks great. 👍 It's a nice cleanup for the controllers.
In order to fetch MiqRequest via
report_data
properly, it's required to get rid offilter
and usescope
s instead. For more info please consult the dependent PR.Required by: ManageIQ/manageiq-ui-classic#3274