use name as default documents sort, index missing so far
This commit is contained in:
parent
d1014334be
commit
e54c5a018c
4 changed files with 4 additions and 4 deletions
|
@ -779,7 +779,7 @@
|
|||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
|
|
|
@ -795,7 +795,7 @@
|
|||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
|
|
|
@ -668,7 +668,7 @@
|
|||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
|
|
|
@ -588,7 +588,7 @@
|
|||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
|
|
Loading…
Reference in a new issue