[-] BO : BugFix : #PSTEST-1005 : ajax call cache fix in attributes and values

This commit is contained in:
vChabot
2012-03-09 15:36:55 +00:00
parent 92191e72f4
commit 6643889568
+1
View File
@@ -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) {