forked from 0x2620/pandora
fix #2135 (change the semantics of private back to initial intention)
This commit is contained in:
parent
a1af2bea9c
commit
da37ab02cd
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": 2, "member": 2, "student": 3, "staff": 3, "admin": 3},
|
||||
"canSeeItem": {"guest": 3, "member": 3, "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