Actions
Feature #34271
closedIgnore URL query params when setting active tab
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
Updated by Jeremy Lenz about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|7a7adcb3ee22d79e21da90e8e60dc73f5b437c5f.
Actions