You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix history sidebar to only include enabled panels
The DatabaseStore fix caused all panels to be loaded, including disabled
ones like ProfilingPanel. The history sidebar was including all panels
in its JSON response rather than filtering by enabled status.
This change adds a check for panel.enabled in the history sidebar view
to ensure only enabled panels are included in the response, matching
the behavior expected by tests and consistent with the main toolbar
display logic.
Fixes failing tests:
- test_history_sidebar
- test_history_sidebar_expired_request_id
- test_history_sidebar_includes_history
0 commit comments