From 3347f6b8d2e227957ce3d28b9af06b7dbe808501 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 18 Jan 2020 23:31:41 +0100 Subject: [PATCH] config fixes --- config.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 922afd7..7d790a3 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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": "-"}]},