Skip to content

Commit

Permalink
permissions: fixed files modification permissions for external DOIs
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed May 29, 2024
1 parent a7290d5 commit 22bc95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/zenodo_rdm/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class ZenodoRDMRecordPermissionPolicy(RDMRecordPermissionPolicy):
Administration(),
UserManager,
SystemProcess(),
IfExternalDOIRecord(then_=[ExternalDOIFilesManager()], else_=[Disable()]),
IfExternalDOIRecord(then_=[ExternalDOIFilesManager()], else_=[]),
]


Expand Down

0 comments on commit 22bc95a

Please sign in to comment.