indiancinema: change order of filters
This commit is contained in:
parent
d693fe66cc
commit
3d03e17fce
1 changed files with 11 additions and 11 deletions
|
@ -79,9 +79,9 @@
|
||||||
{"id": "year", "title": "Year", "type": "integer"},
|
{"id": "year", "title": "Year", "type": "integer"},
|
||||||
{"id": "language", "title": "Language", "type": "string"},
|
{"id": "language", "title": "Language", "type": "string"},
|
||||||
{"id": "genre", "title": "Genre", "type": "string"},
|
{"id": "genre", "title": "Genre", "type": "string"},
|
||||||
|
{"id": "productioncompany", "title": "Studio", "type": "string"},
|
||||||
{"id": "writer", "title": "Writer", "type": "string"},
|
{"id": "writer", "title": "Writer", "type": "string"},
|
||||||
{"id": "producer", "title": "Producer", "type": "string"},
|
{"id": "producer", "title": "Producer", "type": "string"},
|
||||||
{"id": "productioncompany", "title": "Studio", "type": "string"},
|
|
||||||
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
|
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
|
||||||
{"id": "editor", "title": "Editor", "type": "string"},
|
{"id": "editor", "title": "Editor", "type": "string"},
|
||||||
{"id": "actor", "title": "Actor", "type": "string"},
|
{"id": "actor", "title": "Actor", "type": "string"},
|
||||||
|
@ -182,6 +182,16 @@
|
||||||
"format": {"type": "duration", "args": [0, "short"]},
|
"format": {"type": "duration", "args": [0, "short"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "genre",
|
||||||
|
"title": "Genre",
|
||||||
|
"type": ["string"],
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 120,
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "productioncompany",
|
"id": "productioncompany",
|
||||||
"title": "Studio",
|
"title": "Studio",
|
||||||
|
@ -274,16 +284,6 @@
|
||||||
"title": "TV Series",
|
"title": "TV Series",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "genre",
|
|
||||||
"title": "Genre",
|
|
||||||
"type": ["string"],
|
|
||||||
"autocomplete": true,
|
|
||||||
"columnWidth": 120,
|
|
||||||
"filter": true,
|
|
||||||
"find": true,
|
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "summary",
|
"id": "summary",
|
||||||
"title": "Summary",
|
"title": "Summary",
|
||||||
|
|
Loading…
Reference in a new issue