Bug 1574668
| Summary: | Dynamic dropdown doesn't refresh correctly | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Tasos Papaioannou <tpapaioa> | ||||||
| Component: | Automate | Assignee: | Tina Fitzgerald <tfitzger> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tasos Papaioannou <tpapaioa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5.8.0 | CC: | cpelland, mkanoor, obarenbo, tfitzger | ||||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||||
| Target Release: | 5.10.0 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 1581386 1581387 (view as bug list) | Environment: | |||||||
| Last Closed: | 2019-02-11 14:03:25 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1581386, 1581387 | ||||||||
| Attachments: |
|
||||||||
|
Description
Tasos Papaioannou
2018-05-03 19:46:48 UTC
Created attachment 1430876 [details]
automate domain
Created attachment 1430877 [details]
dialog
New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/9f5e29400a63a596d30c13576ecbe29b10e02eb6 commit 9f5e29400a63a596d30c13576ecbe29b10e02eb6 Author: Erik Clarizio <eclarizio> AuthorDate: Wed May 9 21:07:32 2018 -0400 Commit: Erik Clarizio <eclarizio> CommitDate: Wed May 9 21:07:32 2018 -0400 Use new 'miq-select' directive instead of patternfly https://bugzilla.redhat.com/show_bug.cgi?id=1574668 application-settings.js | 1 + karma.conf.js | 2 +- src/dialog-user/components/dialog-user/dialogField.html | 47 +- src/index.ts | 3 +- src/miq-select/index.ts | 7 + src/miq-select/miqSelect.js | 53 + src/miq-select/miqSelect.spec.js | 156 + 7 files changed, 226 insertions(+), 43 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/d2e8c5764001fe89e39525fd7c202ef289ca4b6f commit d2e8c5764001fe89e39525fd7c202ef289ca4b6f Author: Erik Clarizio <eclarizio> AuthorDate: Tue May 15 10:54:04 2018 -0400 Commit: Erik Clarizio <eclarizio> CommitDate: Tue May 15 10:54:04 2018 -0400 Utilize a new 'miq-select' directive for dialog fields https://bugzilla.redhat.com/show_bug.cgi?id=1574668 app/assets/javascripts/miq_angular_application.js | 1 + 1 file changed, 1 insertion(+) Verified on 5.10.0.4. |