Bug #7560
closedLink to a specific tab is not respected
0%
Description
Tabs are used in dashboards, timeline and also in most Show views in the Administration section. Sometimes, passing links to specific tabs could be useful.
Updated by Pavel Kácha over 2 years ago
Seems Bootstrap tabs do not support this. Probably needs custom piece of javascript, which looks into anchor on load and switches to specific tab.
Updated by Pavel Kácha over 2 years ago
- in event view by removing JS tabs (by expanding user friendly view to make JSON/YAML view mostly unnecessary, and leave JSON only as download)
- in timeline view by implementing autarkic queries (#6413) and leaving JS tabs again
Updated by Rajmund Hruška over 1 year ago
Pavel Kácha wrote in #note-4:
Could be also solvable
- in event view by removing JS tabs (by expanding user friendly view to make JSON/YAML view mostly unnecessary, and leave JSON only as download)
- in timeline view by implementing autarkic queries (#6413) and leaving JS tabs again
I agree with removing YAML view. But the tabs are also used in dashboards, so having a solution which works for all tabs would be much better.
Updated by Jakub Judiny 9 months ago
- Subject changed from Link to YAML/JSON representation in event detail view is not respected to Link to a specific tab is not respected
- Description updated (diff)
- Assignee deleted (
Jan Mach)
Updated by Jakub Maloštik 8 months ago
It seems that I have partially implemented this for timeline without seeing this issue. Right now, it works (for non-api requests) with the url parameter section=<section_key>. For all tab uses except for report view, object management, and DB status it is pretty much ready for integration, and with a couple more changes, shouldn't also be a problem for the aforementioned three.
Updated by Rajmund Hruška 5 months ago
- Status changed from New to Resolved
- Assignee set to Rajmund Hruška
- Target version changed from Backlog to 2.13.1
Updated by Rajmund Hruška 5 months ago
- Status changed from Resolved to In Review