pass modified to covers to avoid caching

This commit is contained in:
j 2015-03-07 20:16:59 +05:30
commit 557f4d3ea9
4 changed files with 9 additions and 8 deletions

View file

@ -240,6 +240,7 @@ oml.ui.identifyDialog = function(data) {
that.close();
Ox.Request.clearCache('find');
oml.$ui.browser.reloadList(true);
oml.$ui.list.reloadList(true);
Ox.Request.clearCache(data.id);
oml.$ui.infoView.updateElement(data.id);
});