From a949523612057b551e3fa8928c1ee75a5907fafd Mon Sep 17 00:00:00 2001 From: vChabot Date: Fri, 9 Mar 2012 15:36:55 +0000 Subject: [PATCH] [-] BO : BugFix : #PSTEST-1005 : ajax call cache fix in attributes and values --- js/admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/admin.js b/js/admin.js index e5aa3b790..54c23b30d 100644 --- a/js/admin.js +++ b/js/admin.js @@ -1074,6 +1074,7 @@ function display_action_details(row_id, controller, token, action, params) { url: 'index.php', data: ajax_params, dataType: 'json', + cache: false, context: current_element, async: false, success: function(data) {