forked from 0x2620/pandora
config: additionalSort -> user.ui.listSort, update editSort accordingly
This commit is contained in:
parent
77b19abd74
commit
78a0692e9c
4 changed files with 34 additions and 23 deletions
|
@ -4,11 +4,6 @@
|
|||
You can edit this file.
|
||||
*/
|
||||
{
|
||||
"additionalSort": [
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "year", "operator": "-"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"annotations": {
|
||||
"showUsers": false
|
||||
},
|
||||
|
@ -785,7 +780,12 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
|
@ -808,7 +808,11 @@
|
|||
"listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "director", "operator": "+"}],
|
||||
"listSort": [
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "year", "operator": "-"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"listView": "grid",
|
||||
"lists": {},
|
||||
"locale": "en",
|
||||
|
|
|
@ -5,12 +5,6 @@
|
|||
*/
|
||||
|
||||
{
|
||||
// FIXME: not a good name
|
||||
"additionalSort": [
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"annotations": {
|
||||
"showUsers": true
|
||||
},
|
||||
|
@ -801,7 +795,12 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
|
@ -824,7 +823,11 @@
|
|||
"listColumns": ["title", "director", "year", "language", "runtime", "productionCompany"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "year", "operator": "+"}],
|
||||
"listSort": [
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"listView": "grid",
|
||||
"lists": {},
|
||||
"locale": "en",
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
You can edit this file.
|
||||
*/
|
||||
{
|
||||
"additionalSort": [
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"annotations": {
|
||||
"showUsers": true
|
||||
},
|
||||
|
@ -674,7 +671,12 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
You can edit this file.
|
||||
*/
|
||||
{
|
||||
"additionalSort": [
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"annotations": {
|
||||
"showUsers": false
|
||||
},
|
||||
|
@ -594,7 +591,12 @@
|
|||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
"editSort": [{"key": "index", "operator": "+"}],
|
||||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
|
|
Loading…
Reference in a new issue