Bug 1593874
Summary: | Drop Down Dialog Does Not Honor the Order of Values as they are Inputted | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | myoder | |
Component: | UI - OPS | Assignee: | eclarizi | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Niyaz Akhtar Ansari <nansari> | |
Severity: | urgent | Docs Contact: | ||
Priority: | high | |||
Version: | 5.9.0 | CC: | brant.evans, cpelland, eclarizi, hkataria, lavenel, mpovolny, nansari, obarenbo, simaishi, tfitzger | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.2 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1594268 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 13:59:02 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: | 1594268 |
Comment 3
CFME Bot
2018-06-21 22:02:20 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/145052aef413968f52a2756167438ddce2bb3708 commit 145052aef413968f52a2756167438ddce2bb3708 Author: Erik Clarizio <eclarizi> AuthorDate: Thu Jun 21 17:00:17 2018 -0400 Commit: Erik Clarizio <eclarizi> CommitDate: Thu Jun 21 17:00:17 2018 -0400 Ensure sorting does not happen when sort_by is set to "none" Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1593874 app/models/dialog_field_sorted_item.rb | 2 +- spec/models/dialog_field_sorted_item_spec.rb | 11 + 2 files changed, 12 insertions(+), 1 deletion(-) New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/ec85f904b495ea058cf8d5ecbcabf29210688531 commit ec85f904b495ea058cf8d5ecbcabf29210688531 Author: Erik Clarizio <eclarizio> AuthorDate: Thu Jun 21 16:25:21 2018 -0400 Commit: Erik Clarizio <eclarizio> CommitDate: Thu Jun 21 16:25:21 2018 -0400 Do not sort dropdowns that have sort_by set to 'none' Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1593874 src/dialog-user/services/dialogData.spec.ts | 14 + src/dialog-user/services/dialogData.ts | 4 +- 2 files changed, 17 insertions(+), 1 deletion(-) Verified in Version 5.10.0.14.20180831154906_2f9a1dd |