Bug 1215272
Summary: | Error when trying to sort list of Hosts under Infrastructure Provider | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Harpreet Kataria <hkataria> |
Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> |
Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.4.0 | CC: | akarol, cpelland, hkataria, jhardy, mfalesni, mfeifer, 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:59:53 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
Harpreet Kataria
2015-04-24 20:51:23 UTC
*** Bug 1217031 has been marked as a duplicate of this bug. *** New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/9f46371256185f3c3044608320a650fd4812e1d2 commit 9f46371256185f3c3044608320a650fd4812e1d2 Author: Milan Zazrivec <mzazrivec> AuthorDate: Wed May 6 16:27:04 2015 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Mon May 11 16:55:56 2015 +0200 Fix sorting when displaying provider's hosts (list view) We need to post the ajax request to correct url: post /ems_infra/show/... post /ems_cloud/show/... rather than: post /ext_management_system/show/... https://bugzilla.redhat.com/show_bug.cgi?id=1215272 vmdb/app/views/layouts/_dhtmlxgrid.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Sorting hosts under provider using list view now works on 5.4.0.0.26. I tried to click and sort by each header and it appears to be sorting correctly and I don't see errors in production.log. 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 |