Bug 1230130
| Summary: | Breadcrumb navigation: "The page you were looking for doesn't exist" while navigating to timelines page | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> | |
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | |
| Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.4.0 | CC: | cpelland, hkataria, jhardy, mfeifer, mpovolny, obarenbo | |
| Target Milestone: | GA | Keywords: | ZStream | |
| Target Release: | 5.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.5.0.1 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1236206 (view as bug list) | Environment: | ||
| Last Closed: | 2015-12-08 13:17:32 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: | 1236206 | |||
|
Description
Nandini Chandra
2015-06-10 10:14:14 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/1be8ef929094b7c4b0db64d8cd42b21500b42765 commit 1be8ef929094b7c4b0db64d8cd42b21500b42765 Author: Aparna Karve <akarve> AuthorDate: Mon Mar 2 14:34:11 2015 -0800 Commit: Aparna Karve <akarve> CommitDate: Tue Jun 23 11:01:11 2015 -0700 Generic fix for breadcrumb related issues in vm controllers 1. vm explorer should not add a breadcrumb path when transitioning into a VM Summary screen, but otherwise it should. 2. When in VM Summary screen, breadcrumb path should be created only when transitioning into non-vm_infra controllers 3. cleaned up breadcrumb related code in reconfigure_update Other fixes - 1. Appropriate Breadcrumb name based on the actual model would be displayed https://bugzilla.redhat.com/show_bug.cgi?id=1121759 https://bugzilla.redhat.com/show_bug.cgi?id=1195401 https://bugzilla.redhat.com/show_bug.cgi?id=1230130 vmdb/app/controllers/application_controller.rb | 5 ++++ .../application_controller/ci_processing.rb | 15 ++++------- vmdb/app/controllers/ems_cluster_controller.rb | 2 +- vmdb/app/controllers/host_controller.rb | 2 +- vmdb/app/controllers/mixins/vm_show_mixin.rb | 4 +++ .../app/controllers/provider_foreman_controller.rb | 2 +- vmdb/app/controllers/vm_cloud_controller.rb | 4 +++ vmdb/app/controllers/vm_common.rb | 4 +++ vmdb/app/controllers/vm_infra_controller.rb | 4 +++ vmdb/app/controllers/vm_or_template_controller.rb | 4 +++ vmdb/app/helpers/application_helper.rb | 8 ++++++ .../application_controller/ci_processing_spec.rb | 2 +- .../provider_foreman_controller_spec.rb | 2 +- vmdb/spec/controllers/vm_cloud_controller_spec.rb | 29 ++++++++++++++++++++++ vmdb/spec/controllers/vm_infra_controller_spec.rb | 26 +++++++++++++++++++ .../controllers/vm_or_template_controller_spec.rb | 29 ++++++++++++++++++++++ 16 files changed, 127 insertions(+), 15 deletions(-) Verified that vm explorer does not add a breadcrumb path when transitioning into a VM Summary screen. Verified in 5.5.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://access.redhat.com/errata/RHSA-2015:2551 |