config fixes
This commit is contained in:
parent
168fe02186
commit
3347f6b8d2
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
||||||
"canAddItems": {"member": true, "staff": true, "admin": true},
|
"canAddItems": {"member": true, "staff": true, "admin": true},
|
||||||
"canAddDocuments": {"member": true, "staff": true, "admin": true},
|
"canAddDocuments": {"member": true, "staff": true, "admin": true},
|
||||||
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
|
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
|
||||||
|
"canDownloadSource": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
|
||||||
"canEditAnnotations": {"staff": true, "admin": true},
|
"canEditAnnotations": {"staff": true, "admin": true},
|
||||||
"canEditEntities": {"staff": true, "admin": true},
|
"canEditEntities": {"staff": true, "admin": true},
|
||||||
"canEditDocuments": {"staff": true, "admin": true},
|
"canEditDocuments": {"staff": true, "admin": true},
|
||||||
|
@ -1322,7 +1323,7 @@
|
||||||
"documentFiltersSize": 176,
|
"documentFiltersSize": 176,
|
||||||
"documentView": "view",
|
"documentView": "view",
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
"documentsSort": [{"key": "title", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"documentFilters": [
|
"documentFilters": [
|
||||||
{"id": "source", "sort": [{"key": "items", "operator": "-"}]},
|
{"id": "source", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
|
|
Loading…
Reference in a new issue