yougov / velociraptor

BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Dashboard "slug" field used to identify dashboard, but not unique #192

Open ghost opened 8 years ago

ghost commented 8 years ago

Originally reported by: Lorenzo Bolla (Bitbucket: lbolla, GitHub: lbolla)


In the "Dash" menu in the dashboard, we identify custom dashboards using "slug". But slug is not unique, so it can be ambiguous.

E.g. One can create 2 custom dashboards, named "Foo" and "foo", which will have the same slug "foo". Try to visit either one of them will fail.