-
Notifications
You must be signed in to change notification settings - Fork 898
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
Allow textarea boxes to dynamically set validator type and rule #18743
Allow textarea boxes to dynamically set validator type and rule #18743
Conversation
@eclarizio Can you please change the BZ reference in the git commit message to https://bugzilla.redhat.com/show_bug.cgi?id=1694737 so 5.10.z clone https://bugzilla.redhat.com/show_bug.cgi?id=1702064 won't move to POST after PR is merged. |
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.
yup yup
92a059d
to
f761aa3
Compare
@simaishi Sure, updated! |
Checked commit eclarizio@f761aa3 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
…butes Allow textarea boxes to dynamically set validator type and rule (cherry picked from commit 5bd2a9e) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1702064
Hammer backport details:
|
Currently, only regular text boxes can set their regex validations dynamically, but the below linked BZ was specifically testing with textarea boxes and thus wasn't getting the benefit of dynamic validation rule setting.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1694737
@miq-bot add_label bug, hammer/yes
@miq-bot assign @tinaafitz