consolidate list reloading

This commit is contained in:
rlx 2016-01-12 14:22:20 +05:30
commit 904ed06349
8 changed files with 21 additions and 33 deletions

View file

@ -169,8 +169,7 @@ oml.ui.identifyDialog = function(data) {
)), function(result) {
Ox.Request.clearCache('find');
oml.$ui.info.updateElement();
oml.$ui.browser.reloadList(true);
oml.$ui.list.reloadList(true);
oml.reloadLists();
Ox.Request.clearCache(data.id);
oml.$ui.infoView.updateElement(data.id);
that.close();