Bug 1275589
| Summary: | Routing Error when clicking on Clouds menu link | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Pete Savage <psavage> | |
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | |
| Status: | CLOSED ERRATA | QA Contact: | Pete Savage <psavage> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.5.0 | CC: | cpelland, hkataria, jhardy, mfeifer, mpovolny, obarenbo, simaishi, tcarlin | |
| Target Milestone: | GA | Keywords: | ZStream | |
| Target Release: | 5.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.5.0.10 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1278062 (view as bug list) | Environment: | ||
| Last Closed: | 2015-12-08 13:40:44 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: | 1278062 | |||
|
Description
Pete Savage
2015-10-27 09:43:55 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/daa9d2554b5e64355d48fc45270dd56a5425820b commit daa9d2554b5e64355d48fc45270dd56a5425820b Author: Aparna Karve <akarve> AuthorDate: Thu Oct 29 23:20:15 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Thu Oct 29 23:22:07 2015 -0700 Account for restful routes when accessing a page from dashboard maintab https://bugzilla.redhat.com/show_bug.cgi?id=1275589 app/controllers/dashboard_controller.rb | 8 +++++++- app/helpers/application_helper.rb | 6 ++++++ spec/helpers/application_helper_spec.rb | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=ed5290eb2ec4492551bd524aaebad696c25c91a2 commit ed5290eb2ec4492551bd524aaebad696c25c91a2 Merge: e983e50 755ee9c Author: Dan Clarizio <dclarizi> AuthorDate: Wed Nov 4 14:10:26 2015 -0500 Commit: Dan Clarizio <dclarizi> CommitDate: Wed Nov 4 14:10:26 2015 -0500 Merge branch 'cleanup_app_helper_spec' into '5.5.z' Clean-up the before block and call the methods using helper object Cleaned up the ```before``` block and called the ```helper``` methods using the ```helper``` object. This MR is a pre-requisite for an upcoming fix for this BZ - https://bugzilla.redhat.com/show_bug.cgi?id=1275589 Clean cherry-pick Upstream PR - https://github.com/ManageIQ/manageiq/pull/5172 See merge request !312 spec/helpers/application_helper_spec.rb | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=64eb8a59fab9d01d774ab21fb1da53e70a4a3fd4 commit 64eb8a59fab9d01d774ab21fb1da53e70a4a3fd4 Author: Aparna Karve <akarve> AuthorDate: Thu Oct 29 23:20:15 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Wed Nov 4 13:38:24 2015 -0800 Account for restful routes when accessing a page from dashboard maintab https://bugzilla.redhat.com/show_bug.cgi?id=1275589 app/controllers/dashboard_controller.rb | 8 +++++++- app/helpers/application_helper.rb | 6 ++++++ spec/helpers/application_helper_spec.rb | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=d2c3edf5cb10b0d5e51fdcbcc4029ec5bf09f4a9 commit d2c3edf5cb10b0d5e51fdcbcc4029ec5bf09f4a9 Merge: 7653961 5fa6c5d Author: Dan Clarizio <dclarizi> AuthorDate: Thu Nov 5 11:29:42 2015 -0500 Commit: Dan Clarizio <dclarizi> CommitDate: Thu Nov 5 11:29:42 2015 -0500 Merge branch 'bz1275589_fix_dash_maintab_ems_cloud_path' into '5.5.z' Bz1275589 Account for restful routes when accessing a page via dashboard maintab Fixes the routing issue seen when the dashboard maintab attempts to redirect to a restful route. https://bugzilla.redhat.com/show_bug.cgi?id=1275589 Clean cherry-pick Upstream PR - https://github.com/ManageIQ/manageiq/pull/5171 See merge request !357 app/controllers/application_controller.rb | 1 + .../application_controller/ci_processing.rb | 1 + app/controllers/dashboard_controller.rb | 9 +++++++- app/helpers/application_helper.rb | 6 +++++ .../controllers/container_group_controller_spec.rb | 6 +++-- .../controllers/container_image_controller_spec.rb | 6 +++-- .../container_image_registry_controller_spec.rb | 6 +++-- spec/controllers/container_node_controller_spec.rb | 6 +++-- .../container_project_controller_spec.rb | 6 +++-- .../container_replicator_controller_spec.rb | 6 +++-- .../controllers/container_route_controller_spec.rb | 6 +++-- .../container_service_controller_spec.rb | 6 +++-- spec/controllers/dashboard_controller_spec.rb | 16 +++++++++++++ spec/controllers/ems_infra_controller_spec.rb | 20 +++++++++++++++++ spec/helpers/application_helper_spec.rb | 26 ++++++++++++++++++++++ 15 files changed, 110 insertions(+), 17 deletions(-) Verified in 5.5.0.10 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 |