config fixes

This commit is contained in:
j 2020-01-18 23:31:41 +01:00
parent 168fe02186
commit 3347f6b8d2
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
"canAddItems": {"member": true, "staff": true, "admin": true},
"canAddDocuments": {"member": true, "staff": true, "admin": true},
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
"canDownloadSource": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
"canEditAnnotations": {"staff": true, "admin": true},
"canEditEntities": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true},
@ -1322,7 +1323,7 @@
"documentFiltersSize": 176,
"documentView": "view",
"documentsSelection": {},
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsSort": [{"key": "title", "operator": "+"}],
"documentsView": "grid",
"documentFilters": [
{"id": "source", "sort": [{"key": "items", "operator": "-"}]},