Bug 1448421

Summary: Default value of dynamic dropdown list not honored CloudForms 4.2
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: AutomateAssignee: eclarizi
Status: CLOSED ERRATA QA Contact: Shveta <sshveta>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.7.0CC: cpelland, gmccullo, jhardy, mkanoor, myoder, obarenbo, simaishi, sshveta, tfitzger
Target Milestone: GAKeywords: ZStream
Target Release: 5.7.3   
Hardware: All   
OS: All   
Whiteboard: service
Fixed In Version: 5.7.3.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1447442 Environment:
Last Closed: 2017-06-28 15:01:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On: 1447442    
Bug Blocks:    

Comment 2 CFME Bot 2017-05-12 13:56:11 UTC
New commit detected on ManageIQ/manageiq/euwe:
https://github.com/ManageIQ/manageiq/commit/65fdee7ad46aa9742401363cab0a33b53def659b

commit 65fdee7ad46aa9742401363cab0a33b53def659b
Author:     Greg McCullough <gmccullo>
AuthorDate: Thu May 4 16:37:10 2017 -0400
Commit:     Satoe Imaishi <simaishi>
CommitDate: Fri May 12 09:51:14 2017 -0400

    Merge pull request #14998 from eclarizio/BZ1447442
    
    Fix for default value of dynamic dropdown list not being honored
    (cherry picked from commit bfcb38b8e2b643aab302d4db1efe122b216eb352)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1448421

 app/models/dialog_field_sorted_item.rb          |  9 +++--
 spec/models/dialog_field_drop_down_list_spec.rb | 52 +++++++++++++++++++++----
 2 files changed, 51 insertions(+), 10 deletions(-)

Comment 3 Shveta 2017-06-09 05:47:16 UTC
Fixed .
Verified in 5.7.3.1.20170608124102_4b35a9e
================
Method 
===============
dialog = $evm.object
dialog['data_type'] = "integer"
dialog['values'] = {0 => "zero", 1 => "one", 2 => "two"}
dialog['default_value'] = 1

"one" is selected in the dropdown because it's set to the default value.  Changed the keys to strings
({"0" => "zero", "1" => "one", "2" => "two"})
default value was not honored.

Comment 5 errata-xmlrpc 2017-06-28 15:01:40 UTC
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-2017:1601