From 008df08fd0bc7efb35e637891b42c058411e6a37 Mon Sep 17 00:00:00 2001 From: rlx Date: Sat, 9 Jan 2016 12:27:09 +0530 Subject: [PATCH] on delete, update info and filters --- static/js/deleteItemsDialog.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/js/deleteItemsDialog.js b/static/js/deleteItemsDialog.js index eee7eae..7e4cd06 100644 --- a/static/js/deleteItemsDialog.js +++ b/static/js/deleteItemsDialog.js @@ -30,6 +30,10 @@ oml.ui.deleteItemsDialog = function() { }, function() { oml.UI.set({listSelection: []}); Ox.Request.clearCache(); // too much? + oml.$ui.info.updateElement(); + oml.$ui.filters.forEach(function($filter) { + $filter.reloadList(); + }); oml.$ui.list.updateElement(); oml.user.ui.item && oml.UI.set({ item: '',