Bug 1594301

Summary: Regression Unable to Edit order of Drop Down List Entries when Editing Service Dialog
Product: Red Hat CloudForms Management Engine Reporter: myoder
Component: UI - OPSAssignee: Roman Blanco <rblanco>
Status: CLOSED CURRENTRELEASE QA Contact: Niyaz Akhtar Ansari <nansari>
Severity: urgent Docs Contact:
Priority: high    
Version: 5.9.0CC: brant.evans, cpelland, hkataria, jprause, lavenel, mpovolny, nansari, obarenbo, rblanco, simaishi
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.0.5 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1595734 (view as bug list) Environment:
Last Closed: 2019-02-11 14:05:46 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: 1595734    

Description myoder 2018-06-22 15:02:17 UTC
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

Comment 5 Roman Blanco 2018-06-26 14:53:14 UTC
Fixed in: https://github.com/ManageIQ/ui-components/pull/310

Comment 9 CFME Bot 2018-07-13 12:18:22 UTC
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(-)