diff --git a/static/js/editDialog.js b/static/js/editDialog.js index d493008..bee066b 100644 --- a/static/js/editDialog.js +++ b/static/js/editDialog.js @@ -51,7 +51,7 @@ oml.ui.editDialog = function() { edit[key] = value; } oml.api.edit(edit, function(result) { - Ox.Request.clearCache('find'); + Ox.Request.clearCache(); oml.$ui.filters.forEach(function($filter) { $filter.reloadList(); });