From 02c82ddaaadb083b9f96d544c5f77abd26e8b6b9 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Tue, 18 Mar 2014 14:20:18 +0530 Subject: [PATCH] CRM-13973 : fix for #comment-58346 --- js/crm.ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/crm.ajax.js b/js/crm.ajax.js index 2b8970ea11..6808f217cf 100644 --- a/js/crm.ajax.js +++ b/js/crm.ajax.js @@ -311,7 +311,7 @@ ajaxForm: {}, autoClose: true, validate: true, - refreshAction: ['next_new', 'submit_savenext'], + refreshAction: ['next_new', 'submit_savenext', 'upload_new'], cancelButton: '.cancel', openInline: 'a.open-inline, a.button, a.action-item', onCancel: function(event) {}, -- 2.25.1