Bug 1707961
| Summary: | Dialog Editor allows you to modify field(s) and exit without saving the dialog. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | William Fitzgerald <wfitzger> |
| Component: | UI - OPS | Assignee: | Roman Blanco <rblanco> |
| Status: | CLOSED ERRATA | QA Contact: | Niyaz Akhtar Ansari <nansari> |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | high | ||
| Version: | 5.9.9 | CC: | bmidwood, hkataria, lavenel, mfeifer, mpovolny, nansari, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.11.0.7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-12-12 13:36:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
|
Description
William Fitzgerald
2019-05-08 19:19:29 UTC
New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/ac540d82ffcecacef46570dda07b62b986ee462a commit ac540d82ffcecacef46570dda07b62b986ee462a Author: Roman Blanco <rblanco> AuthorDate: Mon May 20 05:10:14 2019 -0400 Commit: Roman Blanco <rblanco> CommitDate: Mon May 20 05:10:14 2019 -0400 Use sessionStorage to avoid loss of unsaved dialog Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1707961 src/dialog-editor/components/modal/modalComponent.ts | 6 + src/dialog-editor/components/tab-list/tabListComponent.ts | 3 + src/dialog-editor/services/dialogEditorService.spec.ts | 27 +- src/dialog-editor/services/dialogEditorService.ts | 19 +- 4 files changed, 53 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/62c50e0af7324eee16bc333b65d801e4398a5674 commit 62c50e0af7324eee16bc333b65d801e4398a5674 Author: Roman Blanco <rblanco> AuthorDate: Mon May 20 05:10:29 2019 -0400 Commit: Roman Blanco <rblanco> CommitDate: Mon May 20 05:10:29 2019 -0400 Use sessionStorage to avoid loss of unsaved dialog Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1707961 app/assets/javascripts/controllers/dialog_editor/dialog_editor_controller.js | 21 + 1 file changed, 21 insertions(+) Changed version to 5.9.9 Verified in Version 5.11.0.8.20190611155126_01e077e Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:4199 |