update info on edit
This commit is contained in:
parent
ed17a54b26
commit
21c13aeccb
1 changed files with 4 additions and 0 deletions
|
@ -730,6 +730,10 @@ oml.ui.infoView = function(identifyData) {
|
|||
edit[key] = value;
|
||||
}
|
||||
oml.api.edit(edit, function(result) {
|
||||
Ox.Request.clearCache();
|
||||
if (Ox.contains(['title', 'author', 'descriptiopm'], key)) {
|
||||
oml.$ui.info.updateElement();
|
||||
}
|
||||
oml.$ui.browser.value(
|
||||
result.data.id, key, result.data[key]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue