reload lists after setting items

This commit is contained in:
j 2011-06-15 14:20:14 +02:00
parent 1e166359b8
commit c70e23b493

View file

@ -1309,6 +1309,7 @@ Ox.List = function(options, self) {
if (Ox.isArray(value)) {
updateSelected();
updateSort();
loadItems();
} else {
updateQuery();
}