on delete, update info and filters

This commit is contained in:
rlx 2016-01-09 12:27:09 +05:30
parent 48e898e7ac
commit 008df08fd0
1 changed files with 4 additions and 0 deletions

View File

@ -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: '',