-
Notifications
You must be signed in to change notification settings - Fork 357
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
Corrected loading record id by selected node #671
Conversation
@miq-bot add_label bug |
@ZitaNemeckova @himdel @PanSpagetka could you review? |
720ee6c
to
fbc783b
Compare
Checked commit romanblanco@fbc783b 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.
This change make sense and works in UI.
Bug was introduced by ManageIQ/manageiq#11387 .. adding |
@romanblanco Is there a BZ for this issue? Can you please create if it doesn't exist? |
@miq-bot remove_label bugzilla needed |
Euwe backport (to manageiq repo) details:
|
Problem here is that
@perf_record
variable is gettingnil
, because controller takes folder selected in the tree as the@record
.After clicking in chart context menu, the id sent in
params
is the id of folder.There is alternative method
x_node_right_cell
, that returns the id of what's in right cell.Reproducing bug: