-
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
Fix based_volumes sublist #2094
Conversation
Fix based_volumes sublist Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1449294
Fixed based_volumes sublist for the new report_data function
Checked commits Ladas/manageiq-ui-classic@dac84e8~...f67b0d1 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@martinpovolny @karelhala are we working on the issue of not rendering the tables more than once? Now it goes all the way through the generic_show_mixing, then there seems to be a new way using Also I was trying to do at least basic integration specs for rendering of the tables, e.g. https://github.com/Ladas/manageiq-ui-classic/blob/48830b68883f97eab15533375474b8dca8992e39/spec/shared/controllers/shared_examples_for_network_port_controller.rb#L48 , do we have something similar for the report_data method? Or it's all untested again? Also those table specs should have been enhance to test e.g. filtering and ordering. These are the parts we are breaking over and over again. :-( |
should we add the |
@martinpovolny we should add the test indeed :-) |
@Ladas |
Backported to Fine via #2731 |
Fix based_volumes sublist.
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1449294
And also new bug introduced by doing 2nd rendering of the table using report_data