Bug 1273654
| Summary: | Remove leading space from Enterpise option in Assign to dropdown on Chargeback Assignment page | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> |
| Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.5.0 | CC: | cpelland, hkataria, jhardy, mfeifer, mpovolny, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-08 13:37:18 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: | |||
|
Description
Nandini Chandra
2015-10-20 21:45:08 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/03127e43b8c771c219ea9a09a54bf8a5f729d8ad commit 03127e43b8c771c219ea9a09a54bf8a5f729d8ad Author: Harpreet Kataria <hkataria> AuthorDate: Tue Oct 20 18:19:46 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Oct 20 18:19:46 2015 -0400 Trimmed leading space from the "Assign To" pull down values With patternfly select conversions, leading space in front of "The Enterprise" was causing automate tests to fail. Leading space was added to this entry back when ruby hashes did not retain the order to keep this entry at the top of the pull down. Removed sort from view so values can be displayed in the order they were added in the initial Hash. https://bugzilla.redhat.com/show_bug.cgi?id=1273654 app/helpers/ui_constants.rb | 6 +++--- app/views/chargeback/_cb_assignments.html.haml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Verified in 5.5.0.7 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 |