forked from 0x2620/pandora
private items should not be visible to guests on indiancine.ma
This commit is contained in:
parent
2a708e72cf
commit
b3e6658973
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
"canSeeDebugMenu": {"student": true, "staff": true, "admin": true},
|
||||
"canSeeExtraItemViews": {"student": true, "staff": true, "admin": true},
|
||||
"canSeeMedia": {"student": true, "staff": true, "admin": true},
|
||||
"canSeeItem": {"guest": 3, "member": 3, "student": 3, "staff": 3, "admin": 3},
|
||||
"canSeeItem": {"guest": 2, "member": 2, "student": 3, "staff": 3, "admin": 3},
|
||||
"canSeeSize": {"student": true, "staff": true, "admin": true},
|
||||
"canSeeSoftwareVersion": {"student": true, "staff": true, "admin": true},
|
||||
"canSendMail": {"staff": true, "admin": true}
|
||||
|
|
Loading…
Reference in a new issue