diff --git a/static/js/editDialog.js b/static/js/editDialog.js index 6b079c0..58f4e3c 100644 --- a/static/js/editDialog.js +++ b/static/js/editDialog.js @@ -31,6 +31,7 @@ oml.ui.editDialog = function() { .bindEvent({ click: function() { if (!ui.updateResults && hasChanged) { + Ox.Request.clearCache(); oml.$ui.info.updateElement(); oml.$ui.filters.forEach(function($filter) { $filter.reloadList();