diegomedina248 opened a new pull request, #20383: URL: https://github.com/apache/superset/pull/20383
### SUMMARY Users can export multiple Dashboards in a single ZIP. However, selecting two Dashboards with the same name won’t work properly - only one is included on the export file. This PR follows the same approach taken for the charts, and adds the dashboard id at the end of the file name. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Example: <img width="315" alt="Screen Shot 2022-06-14 at 15 55 37" src="https://user-images.githubusercontent.com/17252075/173667402-1852be3c-f1bc-4e65-bba2-c95d3baf0606.png"> ### TESTING INSTRUCTIONS 1. Navigate to **Dashboards**. 2. Click on **+ DASHBOARD**. 3. Name your dashboard - for example, `Export Test`. 4. Click on **SAVE**. 5. Navigate back to **Dashboards**. 6. Click on **+ DASHBOARD**. 7. Use the same title for this Dashboard. 8. Click on **SAVE**. 9. Navigate back to **Dashboards**. 10. Click on **BULK SELECT**. 11. Select both Dashboards. 12. Click on **EXPORT**. Ensure two files are created under dashboards folder. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
