From ab3ba433fa06a731857b631463410f0873321851 Mon Sep 17 00:00:00 2001 From: rlx Date: Tue, 12 Jan 2016 10:19:27 +0530 Subject: [PATCH] clear cache --- static/js/editDialog.js | 1 + 1 file changed, 1 insertion(+) 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();