forked from 0x2620/pandora
students can edit documents
This commit is contained in:
parent
8ec3831b9e
commit
5805866ff9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
"canAddItems": {"student": true, "staff": true, "admin": true},
|
"canAddItems": {"student": true, "staff": true, "admin": true},
|
||||||
"canDownloadVideo": {"guest": -1, "member": -1, "student": 3, "staff": 3, "admin": 3},
|
"canDownloadVideo": {"guest": -1, "member": -1, "student": 3, "staff": 3, "admin": 3},
|
||||||
"canEditAnnotations": {"staff": true, "admin": true},
|
"canEditAnnotations": {"staff": true, "admin": true},
|
||||||
"canEditDocuments": {"staff": true, "admin": true},
|
"canEditDocuments": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedEdits": {"student": true, "staff": true, "admin": true},
|
"canEditFeaturedEdits": {"student": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedLists": {"student": true, "staff": true, "admin": true},
|
"canEditFeaturedLists": {"student": true, "staff": true, "admin": true},
|
||||||
|
|
Loading…
Reference in a new issue