New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/962bc8144a93352fb7c7d112d45b80a6a87b2092 commit 962bc8144a93352fb7c7d112d45b80a6a87b2092 Author: Dan Clarizio <dclarizi> AuthorDate: Mon Feb 5 13:18:56 2018 -0800 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Feb 6 11:20:29 2018 -0500 Merge pull request #3371 from eclarizio/BZ1540273 Fix for different behavior of items in regards to default values on dialog sample page (cherry picked from commit 4bddbcf4788e76ee6b44fc66c1940f50f160450a) https://bugzilla.redhat.com/show_bug.cgi?id=1542610 app/views/miq_ae_customization/_dialog_sample.html.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/f2b57b7b5be9fb9d2e967b166ce8aa02bda74b52 commit f2b57b7b5be9fb9d2e967b166ce8aa02bda74b52 Author: Greg McCullough <gmccullo> AuthorDate: Tue Feb 6 13:14:38 2018 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Feb 6 17:56:30 2018 -0500 Merge pull request #16955 from eclarizio/BZ1540273 Fix for differing behavior in DialogFieldTagControl multi/single drop downs (cherry picked from commit e07ecd0eb7e23bcefd8838bf9ace0abf0817ee21) https://bugzilla.redhat.com/show_bug.cgi?id=1542610 app/models/dialog_field_serializer.rb | 5 ++++- spec/models/dialog_field_serializer_spec.rb | 14 ++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-)
With 5.9.0.21: Text Box: works Text Area: works Check Box: works Dropdown: doesn't work in SUI, bz 1531316 Radio Button: works Datepicker: - no "default value" field, bz 1541992 - given values are NOT shown on edit page or sample page - given values are shown on ordering page in OPS UI but NOT in SUI Timepicker: - no "default value" field, bz 1541992 - given values are NOT shown on edit page or sample page - given values are shown on ordering page in OPS UI - in SUI, only time shows the default value, there is no date shown - the missing time issue is fixed Tag Control: - no "default value" field, bz 1541999 - with "Department" category and Single value "No" it works everywhere BUT the edit screen, where it still shows single value style - with "Environment" category and Single value "No" it shows single value style everywhere. When saving and editing again, I can see the Single value has changed to "Yes" by itself. We should not let the user choose a non-working option There still are things to be fixed from my point of view. Don't hesitate to contact me if something seems unclear.