Description of problem: When editing a Dialog, default value for Radio Button item is not rendered. Version-Release number of selected component (if applicable): 5.9.0.19 How reproducible: Always Steps to Reproduce: 1. Navigate to Automation -> Automate -> Customization; Service Dialogs; Configuration -> Add a new Dialog 2. Add a Radio Button item to the new Dialog 3. Edit the Radio Button item 4. In the Options tab, set Default value to any sane value; click Save 5. Save the Dialog 6. Edit the Dialog again: Configuration -> Edit this Dialog 7. The default value is not rendered Actual results: Default value for Radio Button is not rendered on the editing page Expected results: Default value for Radio Button should be rendered on the editing page Additional info:
https://github.com/ManageIQ/ui-components/pull/247
New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/921a646a37ad88c42640b888a425c010accf58f1 commit 921a646a37ad88c42640b888a425c010accf58f1 Author: Erik Clarizio <eclarizio> AuthorDate: Mon Feb 5 12:05:59 2018 -0800 Commit: Erik Clarizio <eclarizio> CommitDate: Mon Feb 5 12:05:59 2018 -0800 Ensure default value for radio button is rendered properly Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1541988 src/dialog-editor/components/field/field.html | 3 +-- src/dialog-editor/components/modal-field-template/radio-button.html | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
*** This bug has been marked as a duplicate of bug 1519405 ***