update edit dialog

This commit is contained in:
Rolux 2016-01-05 23:26:40 +05:30
parent 8aef4a62ef
commit a6c8e1d478
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ oml.ui.editDialog = function() {
}
oml.api.edit(edit, function(result) {
Ox.Request.clearCache();
oml.$ui.info.updateElement();
if (Ox.contains(['author', 'place', 'description'], key)) {
oml.$ui.info.updateElement();
}
oml.$ui.filters.forEach(function($filter) {
$filter.reloadList();
});