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
After going through some source I figured out that we are not supporting checking multiple permissions in required_permission of HasPermissionsMixin.
However, the name suggests it should support since it has plural "permissions" (maybe it's coming in the future?)
However we do support multiple roles checking in HasRoleMixin, It would be a great addition if we start supporting multiple permissions like Django permission_required attribute in PermissionRequiredMixin
The text was updated successfully, but these errors were encountered:
After going through some source I figured out that we are not supporting checking multiple permissions in required_permission of HasPermissionsMixin.
However, the name suggests it should support since it has plural "permissions" (maybe it's coming in the future?)
However we do support multiple roles checking in HasRoleMixin, It would be a great addition if we start supporting multiple permissions like Django permission_required attribute in PermissionRequiredMixin
The text was updated successfully, but these errors were encountered: