Skip to content

Commit

Permalink
[Fixes #12713] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jan 14, 2025
1 parent 09cc66b commit 3bc8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/security/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AdvancedWorkflowPermissionsHandler(BasePermissionsHandler):
"""

@staticmethod
def get_perms(instance, perms_payload, user, include_virtual=True, *args, **kwargs):
def fixup_perms(instance, perms_payload, include_virtual=True, *args, **kwargs):
# Fixup Advanced Workflow permissions
return AdvancedSecurityWorkflowManager.get_permissions(
instance.uuid,
Expand Down

0 comments on commit 3bc8ef1

Please sign in to comment.