-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18743 from eclarizio/allow_textarea_dynamic_attri…
…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
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
class DialogFieldTextAreaBox < DialogFieldTextBox | ||
AUTOMATE_VALUE_FIELDS = %w(required read_only visible description).freeze | ||
AUTOMATE_VALUE_FIELDS = %w[required read_only visible description validator_rule validator_type].freeze | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters