Bug 1694737
Summary: | Regex validation not working when using dialogs | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ryan Spagnola <rspagnol> | ||||||
Component: | Automate | Assignee: | eclarizi | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Niyaz Akhtar Ansari <nansari> | ||||||
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||||
Priority: | high | ||||||||
Version: | 5.9.0 | CC: | dmetzger, gmccullo, mkanoor, mshriver, myoder, nansari, obarenbo, simaishi | ||||||
Target Milestone: | GA | Keywords: | Reopened, TestOnly, ZStream | ||||||
Target Release: | 5.11.0 | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 5.11.0.4 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 1702064 (view as bug list) | Environment: | |||||||
Last Closed: | 2019-12-13 15:08:53 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | Bug | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | CFME Core | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1702064 | ||||||||
Attachments: |
|
Comment 2
dmetzger
2019-04-01 14:09:04 UTC
New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/0f871a032a7dfabf244240f99f4f02082f61127a commit 0f871a032a7dfabf244240f99f4f02082f61127a Author: Erik Clarizio <eclarizio> AuthorDate: Mon Apr 1 13:16:08 2019 -0400 Commit: Erik Clarizio <eclarizio> CommitDate: Mon Apr 1 13:16:08 2019 -0400 Allow validator_rule to be updated in case of dynamic text boxes Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1694737 src/dialog-user/components/dialog-user/dialogField.spec.ts | 2 +- src/dialog-user/components/dialog-user/dialogUser.spec.ts | 20 +- src/dialog-user/components/dialog-user/dialogUser.ts | 1 + src/dialog-user/services/dialogData.spec.ts | 22 + src/dialog-user/services/dialogData.ts | 2 +- 5 files changed, 36 insertions(+), 11 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/f761aa394877b68150864a93d20b21c52352eca6 commit f761aa394877b68150864a93d20b21c52352eca6 Author: Erik Clarizio <eclarizi> AuthorDate: Tue May 7 11:29:40 2019 -0400 Commit: Erik Clarizio <eclarizi> CommitDate: Tue May 7 11:29:40 2019 -0400 Allow textarea boxes to dynamically set validator type and rule Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1694737 app/models/dialog_field_text_area_box.rb | 2 +- spec/models/dialog_field_text_area_box_spec.rb | 12 +- 2 files changed, 9 insertions(+), 5 deletions(-) Verified in Version 5.11.0.4.20190514210444_0c91ee1 Created attachment 1568940 [details]
dialog
Created attachment 1568941 [details]
datastore
|