-
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
[FINE] Fix displaying report result #1632
Conversation
@lpichler Rubocop + failing CI :-) |
36e5689
to
2110346
Compare
@mzazrivec @himdel done 👍 |
@miq-bot add_label fine/yes |
This pull request is not mergeable. Please rebase and repush. |
2110346
to
2cc9710
Compare
when it is nil, report result will be displayed and this condition is satisfied: ./app/views/report/_report_list.html.haml:5
2cc9710
to
02f7f2f
Compare
Checked commits lpichler/manageiq-ui-classic@0fd443f~...02f7f2f with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.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.
LGTM
caused by: #1488 and first commit of this PR is partial revert of 308fa6f
we need to reach this condition https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/views/report/_report_list.html.haml#L5 it means that
@report_result
is set to nil.yes, it looks like that there is not need to have
@report_result
but the revert seems like a safer solution.before
after
@miq-bot add_label bug, blocker
cc @gtanzillo @mzazrivec
@miq-bot assign @himdel
Links
https://bugzilla.redhat.com/show_bug.cgi?id=1465387
master PR #1650