You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One confusing thing I noticed on my Django deployment is that when a coworker created a dashboard and assigned it a group permission, my own superuser account couldn't see it. It turned out that this was because my superuser wasn't explicitly a member of the specified group, but I had simply assumed that because I was a superuser, I was implicitly a member of all groups.
Is this intentional behavior? If not, I could submit a PR that allows superusers to see such dashboards.
The text was updated successfully, but these errors were encountered:
toolness
changed the title
Dashboards with "group" permission can't be seen by superusers
Dashboards with "group" permission can't be seen by superusers not in the group
Aug 6, 2021
One confusing thing I noticed on my Django deployment is that when a coworker created a dashboard and assigned it a group permission, my own superuser account couldn't see it. It turned out that this was because my superuser wasn't explicitly a member of the specified group, but I had simply assumed that because I was a superuser, I was implicitly a member of all groups.
Is this intentional behavior? If not, I could submit a PR that allows superusers to see such dashboards.
The text was updated successfully, but these errors were encountered: