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

Saved dashboards showing up multiple times #90

Closed simonw closed 3 years ago

simonw commented 3 years ago

I suspect this is due to a many-to-many through groups:

SQL_Dashboard
simonw commented 3 years ago

Confirmed - this happens if a dashboard is connected to an edit group and that group has multiple members.