Description of problem: In earlier versions of CloudForms, when the "Sort By" was "None" for a service dialog of type drop down, users could edit the order of entries of the drop down list. In CFME 5.9.2, users can no longer change the order of the drop down lists. Version-Release number of selected component (if applicable): CFME 5.9.2 How reproducible: always Steps to Reproduce: 1. create a service dialog with a drop down list element 2. set the "sort by" value to "none' 3. Actual results: user can not change the order of values of the drop down list Expected results: user should be able to change the order of values of the drop down list Additional info: this was opened per comment from this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1593874#c2
Fixed in: https://github.com/ManageIQ/ui-components/pull/310
https://github.com/ManageIQ/ui-components/pull/313
New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/1f099e45675655829556336edaa700602e2ef8ea commit 1f099e45675655829556336edaa700602e2ef8ea Author: Roman Blanco <rblanco> AuthorDate: Tue Jun 26 10:47:26 2018 -0400 Commit: Roman Blanco <rblanco> CommitDate: Tue Jun 26 10:47:26 2018 -0400 Added a functionality to sort dropdown values manualy Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1594301 src/dialog-editor/components/modal-field-template/drop-down-list.html | 56 +- src/dialog-editor/components/modal-field-template/modalFieldTemplateComponent.ts | 10 + 2 files changed, 50 insertions(+), 16 deletions(-)