reload lists after setting items
This commit is contained in:
parent
1e166359b8
commit
c70e23b493
1 changed files with 1 additions and 0 deletions
|
@ -1309,6 +1309,7 @@ Ox.List = function(options, self) {
|
|||
if (Ox.isArray(value)) {
|
||||
updateSelected();
|
||||
updateSort();
|
||||
loadItems();
|
||||
} else {
|
||||
updateQuery();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue