fix #2139 (Indiancine.ma: No download for admins/staff is too restrictive)

This commit is contained in:
rolux 2014-02-02 18:51:34 +00:00
parent c64b917426
commit 401c4bfc86

View file

@ -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},