[Explore] slice standalone mode doesn't work correctly after refresh browser #12358
Closed
2 of 3 tasks
Labels
!deprecated-label:viz:explore:others
Deprecated label - Use explore instead
When going to standalone slice, for example http://localhost:9000/superset/slice/23/?standalone=true
We wil be redirect to http://localhost:9000/superset/explore/?form_data=%7B%22slice_id%22%3A%2023%7D&standalone=true
In explore screen, the url will be replaced by ful form_data. Currenly it doesn't include
standalone=true
in final url which cause problem when we refresh the browser. It brings us to visualization design screen instead of standalone chart.Expected results
Standalone slice should be shown when we refresh page http://localhost:9000/superset/slice/23/?standalone=true
Actual results
Visualization design screen is shown.
How to reproduce the bug
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: