update edit dialog
This commit is contained in:
parent
8aef4a62ef
commit
a6c8e1d478
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ oml.ui.editDialog = function() {
|
||||||
}
|
}
|
||||||
oml.api.edit(edit, function(result) {
|
oml.api.edit(edit, function(result) {
|
||||||
Ox.Request.clearCache();
|
Ox.Request.clearCache();
|
||||||
oml.$ui.info.updateElement();
|
if (Ox.contains(['author', 'place', 'description'], key)) {
|
||||||
|
oml.$ui.info.updateElement();
|
||||||
|
}
|
||||||
oml.$ui.filters.forEach(function($filter) {
|
oml.$ui.filters.forEach(function($filter) {
|
||||||
$filter.reloadList();
|
$filter.reloadList();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue