Skip to content
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

Moved call to get_node_info into import specific methods. #8197

Merged

Conversation

h-kataria
Copy link
Contributor

Adding call to get_node_info in replace_right_cell was causing it to be called twice once from specific methods and once from replace_right_cell, this was also causing issues when going to add/edit screens in Buttons accordion. Issue was introduced in commit 46032b2

Fixes #8195

@mkanoor please test

@dclarizio please review.

before:
before

after:
after

@mkanoor
Copy link
Contributor

mkanoor commented Apr 22, 2016

👍

@dclarizio
Copy link

@h-kataria can you try to write a test to catch this kind of error in the future? Thx, Dan

@h-kataria h-kataria force-pushed the automate_customization_form_fix branch 2 times, most recently from 6818b73 to 53ceb6c Compare April 22, 2016 21:40
@h-kataria
Copy link
Contributor Author

@dclarizio added spec test.

Adding call to get_node_info in replace_right_cell was causing it to be called twice once from specific methods and once from replace_right_cell, this was also causing issues when going to add/edit screens in Buttons accordion. Issue was introduced in commit 46032b2

Fixes ManageIQ#8195
@miq-bot
Copy link
Member

miq-bot commented Apr 22, 2016

Checked commit h-kataria@7a40f34 with ruby 2.2.3, rubocop 0.37.2, and haml-lint 0.16.1
2 files checked, 0 offenses detected
Everything looks good. 🍰

@dclarizio dclarizio merged commit 6a21ea8 into ManageIQ:master Apr 25, 2016
@dclarizio dclarizio deleted the automate_customization_form_fix branch April 25, 2016 14:03
@dclarizio dclarizio added this to the Sprint 40 Ending May 9, 2016 milestone Apr 25, 2016
chessbyte pushed a commit that referenced this pull request Apr 25, 2016
Moved call to get_node_info into import specific methods.
(cherry picked from commit 6a21ea8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants