Actions
Bug #23225
closedbreadcrumb switcher on host show page breaks if vm tab fails to load
Description
the host vm tab only catches `ActionView::Template::Error`, which works if the error is in the template rendering, but if `find_vm_by_uuid` fails it throws a `ActiveRecord::RecordNotFound` exception which isn't caught by the controller, leading to the generic controller reply which includes the entire layout - including JS which is executed and breaks all the JS on the page.
Updated by Tomer Brisker about 7 years ago
- Related to Feature #22855: Add redux container for breadcrumb switcher added
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5437 added
Updated by Amir Fefer about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions