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
Hey, I'm not sure I understood your question, but django-role-permissions does not knows how to deal with subgroups.
It's very good to manage generic concepts like staff and player roles but to be able to deal with per team permissions you will need object level checkers (https://django-role-permissions.readthedocs.io/en/stable/object_permissions.html).
Hi,
I need to implement the permission with a general role for a specific group, like staff group that handle the group.
I explain the example:
The staff member can handle the group and group descendent
Is possible to implement?
The text was updated successfully, but these errors were encountered: