Created attachment 1343587 [details] recording Description of problem: Adding multiple volumes in Catalog gives the error 'Status 500 Internal Server Error'; and it adds just the first volume selected out of multiple volumes given Check the attached recording and production.log Version-Release number of selected component (if applicable): Version 5.9.0.4.20171024163837_ef71ea6 How reproducible: Steps to Reproduce: 1.Create a openstack catalog item, with a catalog and a dialog 2.Add multiple cloud volumes 3. Actual results: Showing error and not able to add multiple volumes Expected results: Should add multiple volumes as expected Additional info:
*** This bug has been marked as a duplicate of bug 1501105 ***
*** Bug 1516804 has been marked as a duplicate of this bug. ***
updated version to reflect comments 10 and 14
https://github.com/ManageIQ/manageiq-ui-classic/pull/2890
It appears that if the "Add Volume" button was added after interacting with the fields that were already present, then a flag could be set that would prevent the new fields from being observed. A new patch is available to address this issue: https://github.com/ManageIQ/manageiq-ui-classic/pull/3043
PR from Comment #23 was merged.