fix #2027 (Sort by Number of Documents is in the wrong place)

This commit is contained in:
rolux 2014-01-15 16:55:41 +05:30
parent 380852f77f
commit cc1d3923fe
1 changed files with 9 additions and 9 deletions

View File

@ -514,6 +514,15 @@
"sort": true,
"value": {"layer": "subtitles", "type": "wordsperminute"}
},
{
"id": "numberofdocuments",
"title": "Number of Documents",
"type": "integer",
"columnWidth": 60,
"format": {"type": "number", "args": []},
"sort": true,
"value": {"key": "documents", "type": "length"}
},
{
"id": "size",
"title": "Size",
@ -540,15 +549,6 @@
"columnWidth": 60,
"sort": true
},
{
"id": "numberofdocuments",
"title": "Number of Documents",
"type": "integer",
"columnWidth": 60,
"format": {"type": "number", "args": []},
"sort": true,
"value": {"key": "documents", "type": "length"}
},
{
"id": "numberoffiles",
"title": "Number of Files",