-
Notifications
You must be signed in to change notification settings - Fork 356
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
Make /report_data protect @lastaction. Fix "No items were selected for XXXXX" #2784
Conversation
fixing https://bugzilla.redhat.com/show_bug.cgi?id=1514334 Add lastaction to ReportDataAdditionalOptions to fix retiring VMs in Compute -> Infrastructure -> Virtual Machines.
@miq-bot add_label bug, gaprindashvili/yes |
Add a spec test to check if @lastaction is set, for proper rendering the explorer.
1288a08
to
50bbe7f
Compare
Some comments on commits hstastna/manageiq-ui-classic@736d0df~...50bbe7f spec/controllers/vm_infra_controller_spec.rb
|
Checked commits hstastna/manageiq-ui-classic@736d0df~...50bbe7f with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
This PR was green before a while. @hstastna fixed a whitespace issue but meanwhile master was broken. The fail is unrelated --> Merging this PR anyway. |
@simaishi can be this backported to Gaprindashvili? It fixes a lot of bugs so it would be good to do it asap. Thanks a lot! |
Make /report_data protect @lastaction. Fix "No items were selected for XXXXX" (cherry picked from commit e55eea0) https://bugzilla.redhat.com/show_bug.cgi?id=1517842
Gaprindashvili backport details:
|
@miq-bot add_label test |
The
@lastaction
is lost in/report_data
due to a regression in#2669
GTL should pass last action and last action should stay unchanged through the /report_data request.
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1514334
Before:
After: