Updated to run on python 3.13

This commit is contained in:
2025-05-01 09:02:07 +01:00
parent 98f37fc6d7
commit 28aa1eb9a3
5 changed files with 640 additions and 231 deletions

View File

@@ -273,4 +273,4 @@ class IformRDMRecordPermissionPolicy(RecordPermissionPolicy):
# Used to hide at the moment the `parent.is_verified` field. It should be set to
# correct permissions based on which the field will be exposed only to moderators
can_moderate = [Disable()]
can_moderate = [SystemProcess()]