Bug 1221366
Summary: | Spinner spins forever while sorting policy actions | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> | |
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | |
Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.4.0 | CC: | hkataria, jhardy, jprause, 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: | ||||
: | 1242369 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-16 13:02:23 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1242369 |
Description
Nandini Chandra
2015-05-13 21:02:01 UTC
This issue also occurs while sorting alerts. New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/6db6f58611c20b14ed52dc8c057bacec99c13f79 commit 6db6f58611c20b14ed52dc8c057bacec99c13f79 Author: Harpreet Kataria <hkataria> AuthorDate: Wed May 13 17:46:38 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed May 13 17:46:38 2015 -0400 Turn spinner off after sorting policy/alert/action lists https://bugzilla.redhat.com/show_bug.cgi?id=1221366 vmdb/app/controllers/miq_policy_controller.rb | 1 + 1 file changed, 1 insertion(+) This will need to be cherry-pick to 5.4.z since th efix was made after the 5.4.z branch was created yesterday. New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=a18b846b500f2f9045540b7d5010511338bc01ab commit a18b846b500f2f9045540b7d5010511338bc01ab Author: Harpreet Kataria <hkataria> AuthorDate: Wed May 13 17:46:38 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu May 14 16:04:45 2015 -0400 Turn spinner off after sorting policy/alert/action lists https://bugzilla.redhat.com/show_bug.cgi?id=1221366 (cherry picked from commit 6db6f58) vmdb/app/controllers/miq_policy_controller.rb | 1 + 1 file changed, 1 insertion(+) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=69ed5fdf45c90ec0c5f80830512df478fe84d283 commit 69ed5fdf45c90ec0c5f80830512df478fe84d283 Merge: 246ec64 a18b846 Author: Dan Clarizio <dclarizi> AuthorDate: Thu May 14 17:31:43 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Thu May 14 17:31:43 2015 -0400 Merge branch 'bz_1221366' into '5.4.z' Turn spinner off after sorting policy/alert/action lists https://bugzilla.redhat.com/show_bug.cgi?id=1221366 (cherry picked from commit 6db6f58) @dclarizio please review See merge request !61 vmdb/app/controllers/miq_policy_controller.rb | 1 + 1 file changed, 1 insertion(+) Verified in 5.4.0.2 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 |