https://github.com/ManageIQ/manageiq-ui-classic/pull/4488
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/5c6044c6fa723d2355f09cf1fb3a1ecc281d311f commit 5c6044c6fa723d2355f09cf1fb3a1ecc281d311f Author: Harpreet Kataria <hkataria> AuthorDate: Thu Aug 16 15:37:54 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Aug 16 15:37:54 2018 -0400 Fixed to use bootstrap select event instead of UJS observer Using old leaftover UJS observers on the drop downs was causing form to send up multipe transaction when a selection was made in drop downs, causing other issues in the form. convert id to_i to make sure the comparison of is between same types Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1615853 app/controllers/catalog_controller.rb | 2 +- app/views/catalog/_form_resources_info.html.haml | 30 +- 2 files changed, 19 insertions(+), 13 deletions(-)
*** Bug 1633735 has been marked as a duplicate of this bug. ***
Verified in Version 5.10.0.22.20181030184024_26956a0
*** Bug 1666292 has been marked as a duplicate of this bug. ***