apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.91k stars 13.91k forks source link

fix(Dashboard): Exclude edit param in async screenshot #30962

Closed geido closed 4 days ago

geido commented 4 days ago

SUMMARY

This PR https://github.com/apache/superset/pull/30675 introduced a way to pass urlParams to the async dashboard screenshot generation endpoint. However, edit was an acceptable value which caused the system to take a screenshot in edit mode of a newly created dashboard. This PR fixes that.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N.A.

TESTING INSTRUCTIONS

  1. Create a new dashboard
  2. Download the dashboard screenshot as PDF
  3. The screenshot should not be showing the dashboard in edit mode

ADDITIONAL INFORMATION