update info on identify

This commit is contained in:
Rolux 2016-01-07 11:37:35 +05:30
parent d11f32db64
commit 5aa05816d5

View file

@ -238,6 +238,7 @@ oml.ui.identifyDialog = function(data) {
? oml.api.resetMetadata : Ox.noop ? oml.api.resetMetadata : Ox.noop
)({id: ui.item}, function(result) { )({id: ui.item}, function(result) {
Ox.Request.clearCache('find'); Ox.Request.clearCache('find');
oml.$ui.info.updateElement();
oml.$ui.browser.reloadList(true); oml.$ui.browser.reloadList(true);
oml.$ui.list.reloadList(true); oml.$ui.list.reloadList(true);
Ox.Request.clearCache(data.id); Ox.Request.clearCache(data.id);