simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Export as CSV / TSV buttons display but do not work on saved dashboard pages #71

Closed simonw closed 3 years ago

simonw commented 3 years ago

That form submits via GET but the export buttons only work if submitted by POST.

simonw commented 3 years ago

For the moment I'm going to remove the export buttons from dashboards entirely. I can bring them back again when I split out the templates in #47.