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 over 6 years ago
- Related to Feature #22855: Add redux container for breadcrumb switcher added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5437 added
Updated by Tomer Brisker over 6 years ago
- Translation missing: en.field_release set to 330
Updated by Amir Fefer over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f694d292afe0b51f6065d9390b0ca9cc496186d1.
Actions