Skip to content

Commit

Permalink
Fixed invalid permission class
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios committed Dec 9, 2024
1 parent 22eaed0 commit 5ce0ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/views/v3/column_list_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def list_comstock_columns(org_id):

return results

@has_perm_class("requires_root_member")
@has_perm_class("requires_root_member_access")
@action(detail=True, methods=["PUT"])
def show_populated(self, request, pk):
column_list_profile = ColumnListProfile.objects.get(pk=pk)
Expand Down

0 comments on commit 5ce0ab6

Please sign in to comment.