-
Notifications
You must be signed in to change notification settings - Fork 52
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
Replace 'values' key with 'default_value' when updating value for field #384
Replace 'values' key with 'default_value' when updating value for field #384
Conversation
5eff211
to
7dcb1f7
Compare
Checked commit eclarizio@7dcb1f7 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.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.
looks good to me
@Fryguy Can you merge this PR? Brno is on holiday today and this change is needed for several high severity issues. |
@eclarizio I assume this is |
Hi @simaishi We tested the code change on the following tickets and are satisfied it addresses the reported issues. https://bugzilla.redhat.com/show_bug.cgi?id=1706693 |
Replace 'values' key with 'default_value' when updating value for field (cherry picked from commit 578c154) https://bugzilla.redhat.com/show_bug.cgi?id=1710578 https://bugzilla.redhat.com/show_bug.cgi?id=1710606 https://bugzilla.redhat.com/show_bug.cgi?id=1710608 https://bugzilla.redhat.com/show_bug.cgi?id=1710610
Hammer backport details:
|
@himdel Can you please release a new version of ui-components for this change for |
FYI, Travis is red on
|
Released in 1.1.26, and I think backporting #361 is probably the best way to fix travis after all.. |
This should fix
https://bugzilla.redhat.com/show_bug.cgi?id=1706693
https://bugzilla.redhat.com/show_bug.cgi?id=1710312
https://bugzilla.redhat.com/show_bug.cgi?id=1704695
https://bugzilla.redhat.com/show_bug.cgi?id=1706600
https://bugzilla.redhat.com/show_bug.cgi?id=1715396
https://bugzilla.redhat.com/show_bug.cgi?id=1713419
Basically, we made this change but neglected to change the ui-components side on refresh callback, so it was still using the old
values
but that key no longer was being returned.@himdel Please Review
@miq-bot add_label bug
@miq-bot assign @himdel