1
0
Fork 0
forked from 0x2620/oxjs

reload lists after setting items

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

View file

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