Created attachment 1572867 [details] dialog Description of problem: Version-Release number of selected component (if applicable): Version 5.10.5.0.20190521165820_63c86d5 How reproducible: 100% Steps to Reproduce: 1.Import the Method and dialog 2.create a catalog item with above dialog. 3.Order catalog item 4. Checkbox does not auto update on selecting True/False in first dropdown as it should according to the method. Actual results: Checkbox does not auto update on selecting True/False in first dropdown Expected results: Checkbox should update when we select True/False in first dropdown Additional info:
Created attachment 1572868 [details] method
Created attachment 1572869 [details] ssui page
Last worked on Version 5.10.2.2
Fix: https://github.com/ManageIQ/ui-components/pull/393
New commit detected on ManageIQ/ui-components/master: https://github.com/ManageIQ/ui-components/commit/15fb5873217f7e7214c228115d31a2e2e0442888 commit 15fb5873217f7e7214c228115d31a2e2e0442888 Author: Roman Blanco <rblanco> AuthorDate: Thu Jun 13 09:20:28 2019 -0400 Commit: Roman Blanco <rblanco> CommitDate: Thu Jun 13 09:20:28 2019 -0400 Removed methods working with obsolete attribute Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1713646 As the ng-model does not use attribute 'values' but 'default_value', the correct value was not getting updated and checkbox had always received 'undefined'. After removing the test working with the obsolete attribute, checkbox gets updated correctly again. src/dialog-user/services/dialogData.ts | 8 - 1 file changed, 8 deletions(-)
Verified in Version 5.11.0.14.20190710225033_cb17ff0