Feature #34271
Ignore URL query params when setting active tab
Pull request:
Found in Releases:
Description
The new host details page sets the active tab by looking at the url hash, such as
"#/Repository%20sets" // sets active tab to 'Repository sets'
When there is a search query param, such as the following, it doesn't work:
"#/Repository%20sets?search=myReposet" // attempts to set active tab to 'Repository sets?search=myReposet' -- no match, so no tab is shown as selected
Associated revisions
History
#1
Updated by The Foreman Bot 4 months ago
- Assignee set to Jeremy Lenz
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9035 added
#2
Updated by The Foreman Bot 4 months ago
- Fixed in Releases 3.2.0 added
#3
Updated by Jeremy Lenz 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|7a7adcb3ee22d79e21da90e8e60dc73f5b437c5f.
#4
Updated by Ondřej Ezr 4 months ago
- Fixed in Releases 3.1.1 added
Fixes #34271 - Ignore url query params when setting active tab