Project

General

Profile

Actions

Bug #7560

open

Link to a specific tab is not respected

Added by Radko Krkoš about 2 years ago. Updated about 1 month ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Development - GUI
Target version:
Start date:
02/16/2022
Due date:
% Done:

0%

Estimated time:
To be discussed:
No

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.

Actions #1

Updated by Radko Krkoš about 2 years ago

  • Category set to Development - GUI
Actions #2

Updated by Pavel Kácha about 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.

Actions #3

Updated by Jan Mach about 2 years ago

  • Assignee set to Jan Mach
Actions #4

Updated by Pavel Kácha about 2 years ago

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
Actions #5

Updated by Rajmund Hruška 12 months 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.

Actions #6

Updated by Jakub Judiny about 1 month 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)
Actions #7

Updated by Jakub Maloštik about 1 month 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.

Actions

Also available in: Atom PDF