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": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
"edits": {},
|
"edits": {},
|
||||||
|
|
|
@ -795,7 +795,7 @@
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
"edits": {},
|
"edits": {},
|
||||||
|
|
|
@ -668,7 +668,7 @@
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
"edits": {},
|
"edits": {},
|
||||||
|
|
|
@ -588,7 +588,7 @@
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
"documentsSort": [{"key": "index", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
"edits": {},
|
"edits": {},
|
||||||
|
|
Loading…
Reference in a new issue