consolidate list reloading
This commit is contained in:
parent
16c0514809
commit
904ed06349
8 changed files with 21 additions and 33 deletions
|
|
@ -33,11 +33,7 @@ oml.ui.editDialog = function() {
|
|||
if (!ui.updateResults && hasChanged) {
|
||||
Ox.Request.clearCache();
|
||||
oml.$ui.info.updateElement();
|
||||
oml.$ui.filters.forEach(function($filter) {
|
||||
$filter.reloadList();
|
||||
});
|
||||
oml.$ui.list.reloadList(true);
|
||||
oml.$ui.browser.reloadList(true);
|
||||
oml.reloadLists();
|
||||
}
|
||||
that.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue