Feature #45375
Feature #43120: mgr/dashboard: stay on active tab
mgr/dashboard: stay on active tab (accessible via URL)
Status:
Resolved
Priority:
Normal
Assignee:
Category:
dashboard/UI
Target version:
% Done:
0%
Source:
Development
Tags:
Backport:
Description
Provide a framweork/helper for tabs in pages that are accessible via URL (managed by Angular router). This helper has the feature to set a tab as active automatically by using Angular router fragments.
Imagine we have a page with 3 tabs. The page is accessible via /foo. With /foo#(a|b|c) an individual tab can be activated. If tab 'b' opens a dialog to create/edit something, the dialog simply needs to navigate to /foo#b to activate the previously selected tab again.
History
#1 Updated by Volker Theile 9 months ago
- Status changed from New to Fix Under Review
- Pull request ID set to 34889
#2 Updated by Volker Theile 7 months ago
- Status changed from Fix Under Review to Resolved