forked from 0x2620/pandora
fix #2139 (Indiancine.ma: No download for admins/staff is too restrictive)
This commit is contained in:
parent
c64b917426
commit
401c4bfc86
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
"capabilities": {
|
||||
"canAddItems": {"student": true, "staff": true, "admin": true},
|
||||
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": -1, "admin": -1},
|
||||
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": 3, "admin": 3},
|
||||
"canEditAnnotations": {"staff": true, "admin": true},
|
||||
"canEditDocuments": {"staff": true, "admin": true},
|
||||
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue