Bug 1193847
Summary: | "Error caught: [AbstractController::DoubleRenderError] Render" when clicked on all power control buttons from manage policies page | |||
---|---|---|---|---|
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: | high | |||
Version: | 5.3.0 | CC: | jhardy, obarenbo, xlecauch | |
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: | ||||
: | 1203005 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-16 12:51:01 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: | 1203005 |
Description
Aziza Karol
2015-02-18 12:11:48 UTC
This issue is observed when clicked on check compliance and analyze check compliance buttons also *** Bug 1193856 has been marked as a duplicate of this bug. *** *** Bug 1193840 has been marked as a duplicate of this bug. *** *** Bug 1193141 has been marked as a duplicate of this bug. *** *** Bug 1202677 has been marked as a duplicate of this bug. *** New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/ec1389e716c91aa5857984165b5653fb97c3a5bc commit ec1389e716c91aa5857984165b5653fb97c3a5bc Author: Harpreet Kataria <hkataria> AuthorDate: Tue Mar 17 15:25:18 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Mar 17 15:44:22 2015 -0400 Fixed issue where pressing form button on sub-list view was blowing up. - Fixed to not show toolbars when pressing Manage Policies button, there shouldn't be toolbar buttons on forms. - Fixed code to build @ view when user pressed save/cancel buttons on forms such as Editing Tags or Managing Policies from sub-list view screens. Moved show_association, show_details methods to a common module and removed individual methods from other controllers. https://bugzilla.redhat.com/show_bug.cgi?id=1193847 .../application_controller/ci_processing.rb | 53 +++++++++++++++--- .../application_controller/policy_support.rb | 1 + vmdb/app/controllers/host_controller.rb | 62 ---------------------- .../controllers/orchestration_stack_controller.rb | 60 --------------------- vmdb/app/controllers/storage_controller.rb | 58 -------------------- vmdb/app/controllers/vm_common.rb | 40 -------------- .../application_controller/ci_processing_spec.rb | 43 +++++++++++++++ 7 files changed, 89 insertions(+), 228 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=f9ee4df30bad6d2be18933c20fd2a434640b07eb commit f9ee4df30bad6d2be18933c20fd2a434640b07eb Author: Harpreet Kataria <hkataria> AuthorDate: Tue Mar 17 15:44:22 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Mar 17 17:38:06 2015 -0400 Fixed issue where pressing form button on sub-list view was blowing up. - Fixed to not show toolbars when pressing Manage Policies button, there shouldn't be toolbar buttons on forms. - Fixed code to build @ view when user pressed save/cancel buttons on forms such as Editing Tags or Managing Policies from sub-list view screens. Moved show_association, show_details methods to a common module and removed individual methods from other controllers. https://bugzilla.redhat.com/show_bug.cgi?id=1193847 (cherry picked from commit ec1389e) https://bugzilla.redhat.com/show_bug.cgi?id=1203005 .../application_controller/ci_processing.rb | 53 +++++++++++++++--- .../application_controller/policy_support.rb | 1 + vmdb/app/controllers/host_controller.rb | 62 ---------------------- vmdb/app/controllers/storage_controller.rb | 60 --------------------- vmdb/app/controllers/vm_common.rb | 40 -------------- .../application_controller/ci_processing_spec.rb | 43 +++++++++++++++ 6 files changed, 89 insertions(+), 170 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=f82f75817da277faf29828781add8ec471d37903 commit f82f75817da277faf29828781add8ec471d37903 Author: Harpreet Kataria <hkataria> AuthorDate: Wed Mar 18 10:55:11 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Mar 18 10:55:11 2015 -0400 Added missing factory to fix the spec test. https://bugzilla.redhat.com/show_bug.cgi?id=1193847 (cherry picked from commit ec1389e) https://bugzilla.redhat.com/show_bug.cgi?id=1203005 vmdb/spec/factories/guest_application.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vmdb/spec/factories/guest_application.rb Verified: 5.4.0.0.22.20150420163946_26004d1 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 |