diff --git a/static/js/editDialog.js b/static/js/editDialog.js index bee066b..450340c 100644 --- a/static/js/editDialog.js +++ b/static/js/editDialog.js @@ -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); }); }