Bug 1740761
Summary: | [Breadcrumbs] Bread crumb wrong for Automation->Automate->Simulation | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | juwatts |
Component: | UI - OPS | Assignee: | Richard Vsiansky <rvsiansk> |
Status: | CLOSED ERRATA | QA Contact: | Devidas Gaikwad <dgaikwad> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | medium | ||
Version: | 5.11.0 | CC: | akarol, bmidwood, dmetzger, hkataria, lavenel, mpovolny, nansari, obarenbo, simaishi |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.11.5 | Flags: | pm-rhel:
cfme-5.11.z+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.5.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-05 13:43:06 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Bug | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1740746 |
Description
juwatts
2019-08-13 15:20:14 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/0f10804a29f2bdc278569a0ba57174aae39ca244 commit 0f10804a29f2bdc278569a0ba57174aae39ca244 Author: Richard Vsiansky <r.vsia> AuthorDate: Thu Aug 15 05:24:20 2019 -0400 Commit: Richard Vsiansky <r.vsia> CommitDate: Thu Aug 15 05:24:20 2019 -0400 Fix breadcrumb across miq_ae_tools pages https://bugzilla.redhat.com/show_bug.cgi?id=1740761 - One controller with more pages makes problems to menu path app/controllers/miq_ae_tools_controller.rb | 5 +- spec/controllers/miq_ae_tools_controller_spec.rb | 23 + 2 files changed, 26 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/ivanchuk: https://github.com/ManageIQ/manageiq-ui-classic/commit/50a18f0f48e49f7500fcbb6325a3edf626d4cd37 commit 50a18f0f48e49f7500fcbb6325a3edf626d4cd37 Author: Harpreet Kataria <hkataria> AuthorDate: Thu Aug 15 13:43:18 2019 +0000 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Aug 15 13:43:18 2019 +0000 Merge pull request #6033 from rvsia/automate-breadcrumbs Fix automate/simulation breadcrumbs (cherry picked from commit dc08f3bbe9c308424ebe1fdebe6f5672d8bbd14d) https://bugzilla.redhat.com/show_bug.cgi?id=1740761 app/controllers/miq_ae_tools_controller.rb | 5 +- app/controllers/mixins/breadcrumbs_mixin.rb | 3 +- spec/controllers/miq_ae_tools_controller_spec.rb | 23 + spec/controllers/mixins/breadcrumbs_mixin_spec.rb | 12 + 4 files changed, 40 insertions(+), 3 deletions(-) Verified on 5.11.5.1 Build. Getting correct Bread crumb Automation->Automate->Simulation 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/RHBA-2020:2020 |