We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88403ab commit a8ab15eCopy full SHA for a8ab15e
debug_toolbar/static/debug_toolbar/js/history.js
@@ -23,6 +23,7 @@ function switchHistory(newStoreId) {
23
}
24
//we're already in history panel, so handle locally vs replacing active html
25
delete data.HistoryPanel;
26
+ delete data.RedirectsPanel;
27
replaceToolbarState(newStoreId, data);
28
});
29
tests/panels/test_history.py
@@ -79,6 +79,8 @@ class HistoryViewsTestCase(IntegrationTestCase):
79
"SignalsPanel",
80
"LoggingPanel",
81
"ProfilingPanel",
82
+ "HistoryPanel",
83
+ "RedirectsPanel",
84
85
86
def test_history_panel_integration_content(self):
0 commit comments