staff can only edit own annots

This commit is contained in:
j 2018-10-23 19:48:56 +02:00
parent a33a4f7620
commit 0b8364268d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"canAddItems": {"staff": true, "admin": true},
"canAddDocuments": {"staff": true, "admin": true},
"canDownloadVideo": {"guest": 0, "member": 0, "visitor": 0, "staff": 1, "admin": 2},
"canEditAnnotations": {"staff": true, "admin": true},
"canEditAnnotations": {"staff": false, "admin": true},
"canEditDocuments": {"staff": true, "admin": true},
"canEditEntities": {"staff": true, "admin": true},
"canEditEvents": {"staff": true, "admin": true},