forked from 0x2620/pandora
add pandora.site.listDefaults
This commit is contained in:
parent
cf9722700f
commit
fa20924d2e
2 changed files with 11 additions and 12 deletions
|
@ -472,6 +472,15 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"listDefaults": {
|
||||
"columns": ["title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
"columnWidth": {},
|
||||
"listView": "grid",
|
||||
"selected": [],
|
||||
"sort": [
|
||||
{"key": "director", "operator": ""}
|
||||
]
|
||||
},
|
||||
"listViews": [
|
||||
{"id": "list", "title": "as List"},
|
||||
{"id": "grid", "title": "as Grid"},
|
||||
|
@ -552,17 +561,7 @@
|
|||
"item": "",
|
||||
"itemView": "info",
|
||||
"list": "",
|
||||
"lists": {
|
||||
"": {
|
||||
"columns": ["title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
"columnWidth": {},
|
||||
"listView": "grid",
|
||||
"selected": [],
|
||||
"sort": [
|
||||
{"key": "director", "operator": ""}
|
||||
]
|
||||
}
|
||||
},
|
||||
"lists": {},
|
||||
"query": {"conditions": [], "operator": ""},
|
||||
"section": "items",
|
||||
"showAnnotations": true,
|
||||
|
|
|
@ -227,7 +227,7 @@ pandora.Query = (function() {
|
|||
Ox.print('STATE', data);
|
||||
Ox.print(Ox.repeat('-', 120));
|
||||
!pandora.user.ui.lists[data.list] && pandora.UI.set(
|
||||
['lists', data.list].join('|'), pandora.site.user.ui.lists['']
|
||||
'lists|' + data.list, pandora.site.listDefaults
|
||||
);
|
||||
pandora.UI.set({list: data.list});
|
||||
pandora.user.ui.find = data.find;
|
||||
|
|
Loading…
Reference in a new issue