Bug 1740408
| Summary: | Breadcrumbs incorrect in Chargeback/Rates and Chargeback/Assignments | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | ecrosby |
| Component: | UI - OPS | Assignee: | Richard Vsiansky <rvsiansk> |
| Status: | CLOSED ERRATA | QA Contact: | Parthvi Vala <pvala> |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | medium | ||
| Version: | 5.11.0 | CC: | bmidwood, dmetzger, hkataria, juwatts, lavenel, mpovolny, mshriver, obarenbo, simaishi |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.11.5 | Flags: | pm-rhel:
cfme-5.11.z+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | testathon | ||
| 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 | ||
Hi, the typo will be fixed, however the double breadcrumbs are correct. The first breadcrumb is for accordion header and the second one is for the root of the tree. I know that it does not look good when they are the same, but breadcrumbs just mirror the structure of the application and in this case the structure is not alright. (We should not have accordion with only one tree.. at least it doesn't make sense for me. But this is a subject for a different conversation.) Richard New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/7ab5f537ca3e0c1093a057b6f7a86001c3894d9b commit 7ab5f537ca3e0c1093a057b6f7a86001c3894d9b Author: Richard Vsiansky <r.vsia> AuthorDate: Wed Aug 14 08:54:13 2019 -0400 Commit: Richard Vsiansky <r.vsia> CommitDate: Wed Aug 14 08:54:13 2019 -0400 Fix typo in chargeback breadcrumbs options https://bugzilla.redhat.com/show_bug.cgi?id=1740408 app/controllers/chargeback_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq-ui-classic/ivanchuk: https://github.com/ManageIQ/manageiq-ui-classic/commit/39d9a5e0c87fc502edbd8890a9fb87879c815768 commit 39d9a5e0c87fc502edbd8890a9fb87879c815768 Author: Milan Zázrivec <mzazrivec> AuthorDate: Wed Aug 14 14:35:06 2019 +0000 Commit: Milan Zázrivec <mzazrivec> CommitDate: Wed Aug 14 14:35:06 2019 +0000 Merge pull request #6024 from rvsia/fix-charheback-typo Fix typo in chargeback breadcrumbs options (cherry picked from commit b60e11d97b76ca0c8890b829228ee45703b7c99b) https://bugzilla.redhat.com/show_bug.cgi?id=1740408 app/controllers/chargeback_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) FIXED. Verified on 5.11.5.1. 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 |
Description of problem: When browsing to Chargeback/Rates or Chargeback/Assignments, Rates and Assignments are listed twice in the breadcrumbs. Also, chargeback is listed with an "s" Version-Release number of selected component (if applicable): cfme-5.11.0.18-1.el8cf.x86_64 How reproducible: Consistently Steps to Reproduce: Navigate to Overview > Chargeback > Rates (or assignments) > Compute 1. Breadcrumbs read strangely as Rates is repeated in the string ("Chargeback > Rates > Rates > Compute"). 2. Breadcrumbs -- Chargebacks shouldn't have an "s".