Bug 1339978
| Summary: | Container provider dashboard page cannot load data | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Dafna Ron <dron> | ||||
| Component: | UI - OPS | Assignee: | Yaacov Zamir <yzamir> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Einat Pacifici <epacific> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.6.0 | CC: | cpelland, fsimonce, hkataria, jhardy, mfeifer, mpovolny, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | Regression | ||||
| Target Release: | 5.6.0 | Flags: | epacific:
automate_bug+
|
||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | container | ||||||
| Fixed In Version: | 5.6.0.9 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-06-29 16:05:55 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: |
|
||||||
upstream bug: https://github.com/ManageIQ/manageiq/issues/8953 Zahi made a PR fixing the links in single provider dashboard https://github.com/ManageIQ/manageiq/pull/8965 Issue https://github.com/ManageIQ/manageiq/issues/8953 is about the link. This bug is about broken data id. We need another bug report for the bad links. A fix for *this* bug is submitted here: https://github.com/ManageIQ/manageiq/pull/8981 New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c7e1d646394d9af444735e3fead18a9aaab728f8 commit c7e1d646394d9af444735e3fead18a9aaab728f8 Author: Yaacov Zamir <yzamir> AuthorDate: Thu May 26 11:58:20 2016 +0300 Commit: Yaacov Zamir <yzamir> CommitDate: Sat May 28 13:57:57 2016 +0300 Fix the regex that gets the ems_container id. The regex that collect the ems_container id, fails when url line is an ip. When this happen the dashboard page fails to load the correct data. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1339978 .../container_dashboard_controller.js | 14 ++-- .../container_dashboard_controller_spec.js | 75 ++++++++++++++++++++-- 2 files changed, 79 insertions(+), 10 deletions(-) Verified. All objects are loaded,viewed and clickable in Providers Dashboard. Fixed is 5.6.0.9-rc2 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-2016:1348 |
Created attachment 1161833 [details] logs and screenshot Description of problem: Dashboard objects are not loading when pressing the dashboard display under provider Version-Release number of selected component (if applicable): cfme-5.6.0.8-rc1.1.el7cf.x86_64 How reproducible: 100% Steps to Reproduce: 1. select a provider 2. change display to dashboard 3. Actual results: the objects will not load Expected results: we should view the display as dashboard with all objects loading properly Additional info: logs and screenshot