Refactor #33416
Simplify ForemanSwitcher
Associated revisions
Refs #33416 - Call fallbackRoute directly
No need to go through renderRoute to render the fallback route (which
triggers a full page reload)
Refs #33416 - Remove beforeRenderingCallback from renderRoute
The only place that used it was the fallback route, which is now called
directly.
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8760 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 3.2.0 added
#3
Updated by Tomer Brisker over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|751cf6c35004f429e9310e997e736f615422022d.
#4
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Fixed in Releases 3.1.0 added
- Fixed in Releases deleted (
3.2.0) - Pull request deleted (
https://github.com/theforeman/foreman/pull/8760)
#5
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Triaged changed from No to Yes
- Target version set to 3.1.0
- Fixed in Releases deleted (
3.1.0) - Pull request https://github.com/theforeman/foreman/pull/8760 added
#6
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Fixed in Releases 3.1.0 added
Fixes #33416 - Flatten ForemanSwitcher