-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add support for load_values_on_init to text boxes. #17814
Add support for load_values_on_init to text boxes. #17814
Conversation
Add support for dynamic text and text area boxes for load_values_on_init to be respected when show refresh button is true. This allows dynamic text boxes to not load on init similar to dialog_field_sorted_item used by drop downs and radio buttons.
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.
Can you add a spec for this? Otherwise looks fine. 👍
Checked commits jeffmcutter/manageiq@b241c16~...ac15dfd 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.
Thanks for adding the spec 👍
@jeffmcutter I'm marking this as a bug. If you feel it needs to be back-ported to the gaprindashvili branch can you please open a BZ and we'll associate it to these changes. |
@gmcculloug I have BZ 1613987 open for this issue, will that do the trick? I definitely need it back-ported, so if not let me know I can do another one. Thanks! |
That's what I needed, thanks. |
…pport_for_text_boxes Add support for load_values_on_init to text boxes. (cherry picked from commit 43a9146) https://bugzilla.redhat.com/show_bug.cgi?id=1623560
Gaprindashvili backport details:
|
Add support for dynamic text and text area boxes for load_values_on_init to be respected when show refresh button is true.
This allows dynamic text boxes to not load on init similar to dialog_field_sorted_item used by drop downs and radio buttons.
https://bugzilla.redhat.com/show_bug.cgi?id=1613987