-
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 actions' icons of policy events #754
Fix actions' icons of policy events #754
Conversation
success + failure | ||
end | ||
|
||
private |
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.
the use of private is really useless here, as CC wrote
see line 5
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.
going to remove it 👍
Assigning to @mzazrivec as I was too involved. |
bb185b5
to
e8c6260
Compare
Checked commit jzigmund@e8c6260 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@jzigmund TreeNodeBuilder refactoring was |
@simaishi backported PR for Euwe ManageIQ/manageiq#14972 |
Backported to Euwe via ManageIQ/manageiq#14972 |
The tree node was not able to get information about the action's flag inside the builder, so I augmented the returned instances by adding new instance variable with the flag.
https://bugzilla.redhat.com/show_bug.cgi?id=1410910