Bug 1205918
| Summary: | UI: Orchestration Templates tree should expand on list selection | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Dan Clarizio <dclarizi> | ||||||||
| Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Shveta <sshveta> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 5.4.0 | CC: | hkataria, jhardy, mpovolny, obarenbo | ||||||||
| Target Milestone: | GA | ||||||||||
| Target Release: | 5.4.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-06-16 12:55:19 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: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 1006526 [details]
Display after selecting OT from the list
Created attachment 1006527 [details]
Display should show this, OT in tree expanded and selected
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/21ab132d7c63a9864aca1aa180722e0fd5c9eb3d commit 21ab132d7c63a9864aca1aa180722e0fd5c9eb3d Author: Milan Zazrivec <mzazrivec> AuthorDate: Fri Mar 27 10:43:16 2015 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Apr 9 15:57:40 2015 +0200 Properly open parent nodes when selecting orch. template https://bugzilla.redhat.com/show_bug.cgi?id=1205918 vmdb/app/controllers/catalog_controller.rb | 39 ++++++++++++++++++------------ vmdb/app/views/catalog/explorer.html.haml | 2 +- 2 files changed, 25 insertions(+), 16 deletions(-) Not fixed in 5.4.0.0.19.20150410165622_ad23806. Will check in next build Fixed in 5.4.0.0.22.20150420163946_26004d1 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://rhn.redhat.com/errata/RHBA-2015-1100.html |
Created attachment 1006525 [details] List view of orchestration templates Description of problem: When selecting an OT item from the list view, the tree on the left should expand and show that node as selected. Version-Release number of selected component (if applicable): 5.4.0 How reproducible: Login to CFME, go to Services/Catalogs/Orchestration Templates Select an OT from the list Actual results: Root node in tree still shows as selected, but OT is shown on the right Expected results: Tree should expand and have the selected OT node selected Additional info: Before image, after image, and "correct" image provided