fix #2135 (change the semantics of private back to initial intention)

This commit is contained in:
rolux 2014-02-01 17:09:58 +05:30
parent a1af2bea9c
commit da37ab02cd

View file

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