use existing documents key for documents sort
This commit is contained in:
parent
9ac0042997
commit
7ce7b0cc0e
1 changed files with 1 additions and 1 deletions
|
@ -1352,7 +1352,7 @@
|
|||
"documentFiltersSize": 176,
|
||||
"documentView": "view",
|
||||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsSort": [{"key": "title", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"documentFilters": [
|
||||
{"id": "source", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
Loading…
Reference in a new issue