allow staff to remove items
This commit is contained in:
parent
231f519ed9
commit
546c3e8151
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
"canPlayClips": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
||||
"canPlayVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
||||
"canReadText": {"guest": 0, "member": 0, "staff": 1, "admin": 1},
|
||||
"canRemoveItems": {"admin": true},
|
||||
"canRemoveItems": {"admin": true, "staff": true},
|
||||
"canRemoveDocuments": {"staff": true, "admin": true},
|
||||
"canSeeAccessed": {"staff": true, "admin": true},
|
||||
"canSeeAllTasks": {"staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue