From 7682ebb1df66d620e2c0cf1d4990f7873d1f8c4b Mon Sep 17 00:00:00 2001 From: Rolux Date: Tue, 5 Jan 2016 22:51:35 +0530 Subject: [PATCH] clear cache --- static/js/editDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });