on delete, update info and filters
This commit is contained in:
parent
48e898e7ac
commit
008df08fd0
1 changed files with 4 additions and 0 deletions
|
@ -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: '',
|
||||
|
|
Loading…
Reference in a new issue