Description of problem: regression caused by fix of https://bugzilla.redhat.com/show_bug.cgi?id=1555487. With Fine dynamic dropdowns defaulting to have nothing selected, we now need stricter checks on the required flag to not allow those values to be submitted. Version-Release number of selected component (if applicable): How reproducible: evvvvery time. Steps to Reproduce: 1. order dialog with dynamic required multiselect dropdown 2. 3. Actual results: dialog can be ordered Expected results: dialog should not be able to be ordered Additional info:
https://github.com/ManageIQ/manageiq/pull/17543/files.
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low.
Created attachment 1453248 [details] Choose selected This BZ is fixed in 5.8.4.5.20180618175258_5bee58a. That is if the multiselect is required , it cannot be ordered without selecting a value. However , I am seeing the original issue again now . https://bugzilla.redhat.com/show_bug.cgi?id=1555487 Choose is selected as an item by default.see screenshot
Appliance : https://10.8.199.143/
Changed the dialog into dynamic dialog . And "nothing selected " is displayed . Verifying this one and opening a new one for Static dropdown :)