ktmud opened a new issue #13403: URL: https://github.com/apache/superset/issues/13403
**Is your feature request related to a problem? Please describe.** It seems the CRUD views (Charts and Dashboards) pages remembers search filters in URL, it does not allow using back and forward buttons to return to previous filters. This causes frustration when I searched something, didn't get find I want, and wanted to use history back 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`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
