Description of problem: when editing a catalog bundles, the entry points are restored to the default values Version-Release number of selected component (if applicable): 5.10.2 How reproducible: all the time Steps to Reproduce: 1.create a catalog item with any automation entry point overwriting the default 2. create a catalog bundle with custom entry point overwriting the defaults 3. edit the catalog bundle Actual results: the entry point show the defaults instead of the values defined at step 2 Expected results: the entry points shown during step 3 are the same as the ones set in step 2 Additional info: probable regression - haven't found the original 5.9 bug
https://github.com/ManageIQ/manageiq-ui-classic/pull/5462
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/37e632b7fc85479d97585721581ba8f8eaa249a3 commit 37e632b7fc85479d97585721581ba8f8eaa249a3 Author: Dávid Halász <dhalasz> AuthorDate: Tue Apr 16 09:27:32 2019 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Tue Apr 16 09:27:32 2019 -0400 Do not reset entrypoints when editing an existing catalog bundle Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1698431 app/controllers/catalog_controller.rb | 3 +- spec/controllers/catalog_controller_spec.rb | 25 +- 2 files changed, 20 insertions(+), 8 deletions(-)
Verified in Version 5.11.0.2.20190430174828_0e34dea