update edited values in main list
This commit is contained in:
parent
d417347d3c
commit
0f34468963
1 changed files with 3 additions and 0 deletions
|
@ -743,6 +743,9 @@ oml.ui.infoView = function(identifyData) {
|
||||||
if (Ox.contains(['title', 'author', 'description'], key)) {
|
if (Ox.contains(['title', 'author', 'description'], key)) {
|
||||||
oml.$ui.info.updateElement();
|
oml.$ui.info.updateElement();
|
||||||
}
|
}
|
||||||
|
oml.$ui.list.value(
|
||||||
|
result.data.id, key, result.data[key]
|
||||||
|
);
|
||||||
oml.$ui.browser.value(
|
oml.$ui.browser.value(
|
||||||
result.data.id, key, result.data[key]
|
result.data.id, key, result.data[key]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue