Bug 1213863
Summary: | All Catalogs spinner spins forever | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Pete Savage <psavage> |
Component: | UI - OPS | Assignee: | Martin Hradil <mhradil> |
Status: | CLOSED ERRATA | QA Contact: | Shveta <sshveta> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.4.0 | CC: | dclarizi, hkataria, jhardy, mpovolny, nachandr, obarenbo, sshveta |
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:59:13 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
Pete Savage
2015-04-21 13:07:55 UTC
yes , it happens only first 1 or 2 time . New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/4bb4957b8e914e6b0f8b741b1e5b262f130e0448 commit 4bb4957b8e914e6b0f8b741b1e5b262f130e0448 Author: Martin Hradil <mhradil> AuthorDate: Wed Apr 29 18:35:39 2015 +0000 Commit: Martin Povolny <mpovolny> CommitDate: Thu Apr 30 17:40:12 2015 +0200 ApplicationHelper::javascript_for_toolbar_reload cleanup, don't fail on missing global explicitly marks #{tb} as global variable, also in _dhtmlxtoolbar partial use miq_toolbars for toolbar unload (and check for its existence) however, if the corresponding div is missing, dhtmlXToolbarObject constructor will throw anyway https://bugzilla.redhat.com/show_bug.cgi?id=1213863 vmdb/app/helpers/application_helper.rb | 20 +++++++++++++------- vmdb/app/views/layouts/_dhtmlxtoolbar.html.haml | 4 ++-- 2 files changed, 15 insertions(+), 9 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/d4c7b130d9dff5b910b6dad81813cc89685d0468 commit d4c7b130d9dff5b910b6dad81813cc89685d0468 Author: Martin Hradil <mhradil> AuthorDate: Wed Apr 29 18:42:49 2015 +0000 Commit: Martin Povolny <mpovolny> CommitDate: Thu Apr 30 17:40:12 2015 +0200 _center_buttons should render even when no yaml, _dhtmlxtoolbar handles no yaml This fixes _center_buttons to always render the #center_buttons_div element, though possibly empty. Also prevents _dhtmlxtoolbar from crashing when it *is* empty, this enables us to create empty toolbars to be initialized later via the javascript_for_toolbar_reload helper. https://bugzilla.redhat.com/show_bug.cgi?id=1213863 vmdb/app/views/layouts/_center_buttons.html.haml | 6 +++--- vmdb/app/views/layouts/_dhtmlxtoolbar.html.haml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Fixed in 5.4.0.0.25.20150429111523_0455f87 *** Bug 1220872 has been marked as a duplicate of this bug. *** 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 |