Created attachment 1568701 [details] screenshot Description of problem: this issue sometimes appears right after selection/deselection but the easiest steps to reproduce it are on Provisioning view Version-Release number of selected component (if applicable): 5.10.4.3 How reproducible: 100% Steps to Reproduce: 1. Add Infra provider (it appears on Cloud providers and etc as well) 2. Go to Compute->Infrastructure->Virtual Machines 3. Choose Vms & Templates accordion 4. type f.e. "test" in search and press Enter 5. change accordion to templates 6. remove search 7. switch back to Vms & Templates accordion 8. choose Lifecycle->Provision vms Actual results: alert with error and infinispinner Expected results: no such issue Additional info: look at screenshot
https://github.com/ManageIQ/manageiq-ui-classic/pull/5581
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/910eaab44eafeca8842d44a9779731168c646387 commit 910eaab44eafeca8842d44a9779731168c646387 Author: Harpreet Kataria <hkataria> AuthorDate: Wed May 15 11:53:19 2019 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed May 15 11:53:19 2019 -0400 Do not load advanced search on pre-provisioning screen. Due to absence of `@in_a_form` setting, code was trying to load advanced search data on pre-provisioning screen and throwing a `nil` error. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1710097 app/controllers/application_controller/miq_request_methods.rb | 1 + app/controllers/application_controller/report_data_additional_options.rb | 4 + 2 files changed, 5 insertions(+)
Verified in 5.11.0.6