forked from 0x2620/pandora
dont use non existend autocompleteSortKey for title
This commit is contained in:
parent
027d9eb90d
commit
7b0764e74c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
"type": "string",
|
||||
"additionalSort": [{"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}],
|
||||
"autocomplete": true,
|
||||
"autocompleteSortKey": "votes",
|
||||
"autocompleteSortKey": "year",
|
||||
"columnRequired": true,
|
||||
"columnWidth": 180,
|
||||
"find": true,
|
||||
|
|
Loading…
Reference in a new issue