mirror of
https://github.com/apache/superset.git
synced 2026-07-12 17:55:38 +00:00
Returning a durable permalink URL by default broke callers that re-parse the URL for a form_data_key: update_chart_preview failed its success path with "missing form_data_key" and generate_chart preview mode lost its unsaved-state key. Add a prefer_permalink flag (default True for the explore tool) and have the two preview callers pass prefer_permalink=False to keep the /explore/?form_data_key=... contract. Add a regression test.