fix a bug where user.ui.lists would not be populated correctly

This commit is contained in:
rolux 2011-09-17 15:06:53 +00:00
commit f676edb953
3 changed files with 13 additions and 11 deletions

View file

@ -472,15 +472,6 @@
]
}
],
"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"},
@ -561,7 +552,17 @@
"item": "",
"itemView": "info",
"list": "",
"lists": {},
"lists": {
"": {
"columns": ["title", "director", "country", "year", "language", "runtime", "genre"],
"columnWidth": {},
"listView": "grid",
"selected": [],
"sort": [
{"key": "director", "operator": ""}
]
}
},
"query": {"conditions": [], "operator": ""},
"section": "items",
"showAnnotations": true,