use name as default documents sort, index missing so far

This commit is contained in:
j 2014-01-08 08:34:29 +00:00
parent d1014334be
commit e54c5a018c
4 changed files with 4 additions and 4 deletions

View File

@ -779,7 +779,7 @@
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSort": [{"key": "index", "operator": "+"}],
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",
"edits": {},

View File

@ -795,7 +795,7 @@
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSort": [{"key": "index", "operator": "+"}],
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",
"edits": {},

View File

@ -668,7 +668,7 @@
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSort": [{"key": "index", "operator": "+"}],
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",
"edits": {},

View File

@ -588,7 +588,7 @@
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSort": [{"key": "index", "operator": "+"}],
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",
"edits": {},