friend can now access the "size" sort key

This commit is contained in:
rolux 2012-03-21 13:39:36 +00:00
commit de57e52c55
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@
"canSeeExtraItemViews": {"staff": true, "admin": true},
"canSeeFiles": {"staff": true, "admin": true},
"canSeeItem": {"guest": 3, "member": 3, "friend": 4, "staff": 4, "admin": 4},
"canSeeListSize": {"friend": true, "staff": true, "admin": true},
"canSeeSize": {"friend": true, "staff": true, "admin": true},
"canSendMail": {"staff": true, "admin": true},
"canUploadVideo": {"guest": false, "member": false, "staff": true, "admin": true}
},
@ -446,7 +446,7 @@
"id": "size",
"title": "Size",
"type": "integer",
"capability": "canSeeFiles",
"capability": "canSeeSize",
"columnWidth": 60,
"format": {"type": "value", "args": ["B"]},
"sort": true

View file

@ -36,7 +36,7 @@
"canSeeExtraItemViews": {"staff": true, "admin": true},
"canSeeFiles": {"staff": true, "admin": true},
"canSeeItem": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
"canSeeListSize": {"friend": true, "staff": true, "admin": true},
"canSeeSize": {"staff": true, "admin": true},
"canSendMail": {"staff": true, "admin": true},
"canUploadVideo": {"guest": false, "member": true, "staff": true, "admin": true}
},