From c70e23b493eb5fb030eb746577582381760c147b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 15 Jun 2011 14:20:14 +0200 Subject: [PATCH] reload lists after setting items --- source/Ox.UI/js/List/Ox.List.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index ff00ddbb..6a22b4a5 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -1309,6 +1309,7 @@ Ox.List = function(options, self) { if (Ox.isArray(value)) { updateSelected(); updateSort(); + loadItems(); } else { updateQuery(); }