update info on identify
This commit is contained in:
parent
d11f32db64
commit
5aa05816d5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue