Bug 1238548
| Summary: | Adding a new class leads to Blank screen | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Aziza Karol <akarol> | ||||
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Aziza Karol <akarol> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.5.0 | CC: | hkataria, jhardy, mpovolny, obarenbo | ||||
| Target Milestone: | GA | ||||||
| Target Release: | 5.5.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 5.5.0.1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-12-08 13:21:31 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: |
|
||||||
Github link -https://github.com/ManageIQ/manageiq/issues/3309 New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/8a02177a241f6b9fdb792693679f431221979243 commit 8a02177a241f6b9fdb792693679f431221979243 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Jun 29 13:47:36 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Jul 2 09:27:49 2015 -0400 Fixed id being passed to patternfly_tab_xxx methods. - patternfly_tab_xxx methods expect id and @sb[:active_tab] to be the same to display tab as an active tab. In this case there is only a single tab on the screen so have to make sure both values match. - fixed method name to call patternfly JS method to disable tabs on Class schema sequence change form, this was causing infinite spinner on the screen. Fixes #3309 https://bugzilla.redhat.com/show_bug.cgi?id=1238548 vmdb/app/views/miq_ae_class/_all_tabs.html.haml | 4 ++-- vmdb/app/views/miq_ae_class/_fields_seq_form.html.haml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New class can be added. Verified in 5.5.0.1-alpha1.20150915151429_2230bd4. 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 |
Created attachment 1045365 [details] blank screen Description of problem: Version-Release number of selected component (if applicable): master.20150702013115_d3c567d How reproducible: 100% Steps to Reproduce: 1.Navigate to Automate->Explorer 2.Add a new domain and add a new class in it. 3. Actual results: Blank screen displayed .see attached screesnshot Expected results: Add Class form should be displayed Additional info: