config: additionalSort -> user.ui.listSort, update editSort accordingly

This commit is contained in:
rolux 2014-02-09 05:19:15 +00:00
parent 77b19abd74
commit 78a0692e9c
4 changed files with 34 additions and 23 deletions

View File

@ -4,11 +4,6 @@
You can edit this file. You can edit this file.
*/ */
{ {
"additionalSort": [
{"key": "director", "operator": "+"},
{"key": "year", "operator": "-"},
{"key": "title", "operator": "+"}
],
"annotations": { "annotations": {
"showUsers": false "showUsers": false
}, },
@ -785,7 +780,12 @@
"edit": "", "edit": "",
"edits": {}, "edits": {},
"editSelection": [], "editSelection": [],
"editSort": [{"key": "index", "operator": "+"}], "editSort": [
{"key": "index", "operator": "+"},
{"key": "year", "operator": "+"},
{"key": "director", "operator": "+"},
{"key": "title", "operator": "+"}
],
"editView": "list", "editView": "list",
"embedSize": 256, "embedSize": 256,
"filters": [ "filters": [
@ -808,7 +808,11 @@
"listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"], "listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"],
"listColumnWidth": {}, "listColumnWidth": {},
"listSelection": [], "listSelection": [],
"listSort": [{"key": "director", "operator": "+"}], "listSort": [
{"key": "director", "operator": "+"},
{"key": "year", "operator": "-"},
{"key": "title", "operator": "+"}
],
"listView": "grid", "listView": "grid",
"lists": {}, "lists": {},
"locale": "en", "locale": "en",

View File

@ -5,12 +5,6 @@
*/ */
{ {
// FIXME: not a good name
"additionalSort": [
{"key": "year", "operator": "+"},
{"key": "director", "operator": "+"},
{"key": "title", "operator": "+"}
],
"annotations": { "annotations": {
"showUsers": true "showUsers": true
}, },
@ -801,7 +795,12 @@
"edit": "", "edit": "",
"edits": {}, "edits": {},
"editSelection": [], "editSelection": [],
"editSort": [{"key": "index", "operator": "+"}], "editSort": [
{"key": "index", "operator": "+"},
{"key": "year", "operator": "+"},
{"key": "director", "operator": "+"},
{"key": "title", "operator": "+"}
],
"editView": "list", "editView": "list",
"embedSize": 256, "embedSize": 256,
"filters": [ "filters": [
@ -824,7 +823,11 @@
"listColumns": ["title", "director", "year", "language", "runtime", "productionCompany"], "listColumns": ["title", "director", "year", "language", "runtime", "productionCompany"],
"listColumnWidth": {}, "listColumnWidth": {},
"listSelection": [], "listSelection": [],
"listSort": [{"key": "year", "operator": "+"}], "listSort": [
{"key": "year", "operator": "+"},
{"key": "director", "operator": "+"},
{"key": "title", "operator": "+"}
],
"listView": "grid", "listView": "grid",
"lists": {}, "lists": {},
"locale": "en", "locale": "en",

View File

@ -4,9 +4,6 @@
You can edit this file. You can edit this file.
*/ */
{ {
"additionalSort": [
{"key": "title", "operator": "+"}
],
"annotations": { "annotations": {
"showUsers": true "showUsers": true
}, },
@ -674,7 +671,12 @@
"edit": "", "edit": "",
"edits": {}, "edits": {},
"editSelection": [], "editSelection": [],
"editSort": [{"key": "index", "operator": "+"}], "editSort": [
{"key": "index", "operator": "+"},
{"key": "year", "operator": "+"},
{"key": "director", "operator": "+"},
{"key": "title", "operator": "+"}
],
"editView": "list", "editView": "list",
"embedSize": 256, "embedSize": 256,
"filters": [ "filters": [

View File

@ -4,9 +4,6 @@
You can edit this file. You can edit this file.
*/ */
{ {
"additionalSort": [
{"key": "title", "operator": "+"}
],
"annotations": { "annotations": {
"showUsers": false "showUsers": false
}, },
@ -594,7 +591,12 @@
"edit": "", "edit": "",
"edits": {}, "edits": {},
"editSelection": [], "editSelection": [],
"editSort": [{"key": "index", "operator": "+"}], "editSort": [
{"key": "index", "operator": "+"},
{"key": "year", "operator": "+"},
{"key": "director", "operator": "+"},
{"key": "title", "operator": "+"}
],
"editView": "list", "editView": "list",
"embedSize": 256, "embedSize": 256,
"filters": [ "filters": [