Created attachment 1216458 [details] cfme default value drop down list duplicate example in service dialog editor. Description of problem: When editing a static drop down list, each time an entry is added or removed the default value drop down list is duplicated in editor with the new values rather than updating it. Same occur when an entry is destroyed or modified. Attached is a snapshot after some entries add/delete/modification actions. Version-Release number of selected component (if applicable): 5.7.0.7-beta1.20161025153249_9376fbd How reproducible: Always Steps to Reproduce: 1.Create a new service dialog, a tab, a box. 2.Add a static drop down list element and add items. Each added item creates a duplicate default value drop down list. 3.Try removing, adding or modifying and duplicates will occur Actual results: Duplication of default value drop down list. Expected results: Refresh of items list in existing drop down list. Additional info:
David, Similar issue in the same area of code was fixed for https://bugzilla.redhat.com/show_bug.cgi?id=1274665 not sure how this broke again. Can you please look into this. Thanks, ~Harpreet
https://github.com/ManageIQ/manageiq/pull/12612
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/9065184a71cb0b0f7df6c8b1687a028310f87fc1 commit 9065184a71cb0b0f7df6c8b1687a028310f87fc1 Author: Dávid Halász <dhalasz> AuthorDate: Mon Nov 14 14:53:26 2016 +0100 Commit: Dávid Halász <dhalasz> CommitDate: Mon Nov 14 14:53:26 2016 +0100 Destroy selectpicker when adding a new dropdown value in dialog editor https://bugzilla.redhat.com/show_bug.cgi?id=1390966 app/controllers/miq_ae_customization_controller/dialogs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Fixed in 5.8.0.4.20170307183144_745a3d9