add canDownloadSource

This commit is contained in:
j 2020-06-04 16:01:52 +02:00
parent 42f43b5b3c
commit 68df02da71
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"canAddItems": {"member": true, "staff": true, "admin": true},
"canAddDocuments": {"member": true, "staff": true, "admin": true},
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
"canDownloadSource": {"guest": -1, "member": -1, "staff": 4, "admin": 4},
"canEditAnnotations": {"staff": true, "admin": true},
"canEditEntities": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true},