update edit dialog
This commit is contained in:
parent
9ee2d9edec
commit
9334459c5f
1 changed files with 2 additions and 1 deletions
|
@ -52,10 +52,11 @@ oml.ui.editDialog = function() {
|
|||
}
|
||||
oml.api.edit(edit, function(result) {
|
||||
Ox.Request.clearCache();
|
||||
oml.$ui.info.updateElement();
|
||||
oml.$ui.filters.forEach(function($filter) {
|
||||
$filter.reloadList();
|
||||
});
|
||||
oml.$ui.list.reloadList();
|
||||
oml.$ui.list.reloadList(true);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue