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
Is your feature request related to a problem? Please describe.
It seems the CRUD views (Charts and Dashboards) remember search filters in URL, but it does not allow using back and forward buttons to return to previous filters. This causes frustration when I searched something, didn't find I want, then clicked on the browser's "Back" button to return to previous list or to start a new search
Describe the solution you'd like
CRUD page filters should update location history with history.push instead of history.replace.
Note the first page view of /chart/list or /dashboard/list redirect you to a new URL with all the empty filters in the URL, this redirection should still use history.replace.
good first issueGood first issues for new contributorsenhancement:committedEnhancement planned / committed by a contributorlistviewNamespace | Anything related to lists, such as Dashboards, Charts, Datasets, etc.
1 participant
Converted from issue
This discussion was converted from issue #13403 on March 16, 2022 16:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
It seems the CRUD views (Charts and Dashboards) remember search filters in URL, but it does not allow using back and forward buttons to return to previous filters. This causes frustration when I searched something, didn't find I want, then clicked on the browser's "Back" button to return to previous list or to start a new search
Describe the solution you'd like
history.push
instead ofhistory.replace
./chart/list
or/dashboard/list
redirect you to a new URL with all the empty filters in the URL, this redirection should still usehistory.replace
.Beta Was this translation helpful? Give feedback.
All reactions