Created attachment 1276485 [details] validation message Description of problem:Unable to add more than one element to a new dialog Version-Release number of selected component (if applicable): 5.8.0.13-rc2-nightly.20170504223201_4cd3f14 How reproducible: Steps to Reproduce: 1. Create a new dialog (Automate - Customization - Service Dialog) 2. Add a new tab and box to the dialog , add one element. 3. After adding one element , click on (+) plus button at the top to add new element . 4. Validation message is shown . See screenshot Actual results: Expected results: Additional info:
Shveta, any idea when we last saw this working? Is it a regression that was working a build or two ago? Was it working in 5.7.z? Setting tentative blocker...
Works fine in 5.7 . Can be checked at https://10.16.6.103.
Shveta, I was not able to recreate on https://10.16.6.103 Version 5.8.0.13-rc2-nightly.20170504223201_4cd3f14 Were you able to recreate on https://10.16.6.103. If yes, can you send/attach logs, I can try to look at those to see if i find anything odd in there. Thanks, ~Harpreet
Steps to recreate : Add a new dialog Add tab , add another tab , validation to add box will be shown. Add box, Add element , Add another element . Validation message is shown . Can't add another element . Dave - Not a blocker as this happens only when you get a validation while adding dialog , Once you got a validation , second element cannot be added .
https://github.com/ManageIQ/manageiq-ui-classic/pull/1306
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/b66aa8df963c73749c75e2f867c3a9023188473c commit b66aa8df963c73749c75e2f867c3a9023188473c Author: Harpreet Kataria <hkataria> AuthorDate: Mon May 8 09:37:19 2017 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon May 8 10:01:08 2017 -0400 Clear out all dialog resources before adding/validating. Clear out all dialog resources to make sure there is no invalid resources left from previous invalid transaction. https://bugzilla.redhat.com/show_bug.cgi?id=1448274 .../miq_ae_customization_controller/dialogs.rb | 2 +- .../dialogs_spec.rb | 78 ++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-)
Fixed in 5.9.0.2.20171010190026_0413a06