-
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
Use onchange only for radio buttons #5097
Use onchange only for radio buttons #5097
Conversation
4fcfd0f
to
ae69958
Compare
@himdel what do you think? |
ae69958
to
fd80afa
Compare
👍 but we should still disable the old behaviour for radio buttons |
@himdel done |
Checked commits ZitaNemeckova/manageiq-ui-classic@fd80afa~...f72005a with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM, limits the scope of #4252 only to radio buttons, and disables the old behaviour for those. (checkboxes are already handled that way via Looks like the only use of radios with miq_observe is in:
|
…indings Use onchange only for radio buttons (cherry picked from commit 4680abf) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1672696
Hammer backport details:
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1656003
Introduced by #4252
@miq-bot add_label gaprindashvili/yes, hammer/yes, bug