Bug 1274332
| Summary: | Retirement Warning dropdown menu in retirement editor is not updated correctly | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Milan Zázrivec <mzazrivec> |
| Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.5.0 | CC: | cpelland, hkataria, jhardy, mfalesni, mpovolny, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-08 13:39:34 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: | |||
|
Description
Milan Zázrivec
2015-10-22 13:44:56 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/d008c02ea85490f8c94f0b26b5bfd815c469b658 commit d008c02ea85490f8c94f0b26b5bfd815c469b658 Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Oct 22 16:09:33 2015 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Fri Oct 23 16:22:21 2015 +0200 Fix update of dropdown menu in retirement editor This fix is to make sure that the data (i.e. retirement warning) in respective angular controller is correctly displayed in the retirement editor UI (i.e. the dropdown menu is correctly set to the item showing correct retirement warning. https://bugzilla.redhat.com/show_bug.cgi?id=1274332 Gemfile | 1 + app/assets/javascripts/application.js | 1 + app/assets/javascripts/miq_angular_application.js | 2 +- app/assets/stylesheets/application.css | 2 +- app/views/shared/views/_retire.html.haml | 18 ++++++++++-------- 5 files changed, 14 insertions(+), 10 deletions(-) The error is not present in 5.5.0.9. 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/RHSA-2015:2551 |