Skip to content

Commit

Permalink
fixup! Add RDMAdministrator permission class
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Dec 10, 2024
1 parent 8a7e5da commit 59dad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/permissions/rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

class RDMAdministrator(permissions.BasePermission):
def has_permission(self, request, view):
return group_required(request.user, ["RDM Administrator"])
return group_required(request.user, "RDM Administrator")

0 comments on commit 59dad0f

Please sign in to comment.