Bug 1384734

Summary: Cloudforms Service Dialog text box does not save default values
Product: Red Hat CloudForms Management Engine Reporter: Shane Boulden <sboulden>
Component: UI - ServiceAssignee: Chris Kacerguis <ckacergu>
Status: CLOSED DUPLICATE QA Contact: Dave Johnson <dajohnso>
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.6.0CC: dclarizi, jhardy, obarenbo
Target Milestone: GA   
Target Release: cfme-future   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-17 22:36:23 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 Shane Boulden 2016-10-14 02:45:26 UTC
Description of problem:
Cloudforms does not save default values for text boxes in the service dialog designer.

Version-Release number of selected component (if applicable):
CFME 5.6.2.1.20160922130607_92d5b5e
Firefox 45.4.0 

Steps to Reproduce:
1. Login to Cloudforms 
2. Create a new service dialog
3. Add a tab and box to the dialog
4. Add a textbox element to the box
5. Specify a default value for the textbox, and select the following attributes:
   a. Value Type: String
   b. Read-only: True (checked)
6. Select 'Save'
7. Select the new dialog in the 'Service Dialogs' accordion
8. Select 'Configuration' -> 'Edit this Dialog'
9. Select the text box created in 4-6.

Actual results:
The default value for the text box has been deleted

Expected results:
Cloudforms saves the default value for the text-box


Additional info:
A temporary work-around is to use a dynamic dialog, and set the value of the textbox from the Cloudforms Automate method:

eg; $evm.object['value'] = "Default value for the textbox"

Comment 2 Shane Boulden 2016-10-17 22:36:23 UTC

*** This bug has been marked as a duplicate of bug 1383774 ***