From 6ab3f244a8c30016aadd6820ee023cae9ee0eb42 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 4 Sep 2014 18:17:04 +0100 Subject: [PATCH] Allow submit for cascade type popup box --- templates/CRM/Event/Form/ConfirmSubmit.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/CRM/Event/Form/ConfirmSubmit.tpl b/templates/CRM/Event/Form/ConfirmSubmit.tpl index 3275b651b1..531d7cd5e2 100644 --- a/templates/CRM/Event/Form/ConfirmSubmit.tpl +++ b/templates/CRM/Event/Form/ConfirmSubmit.tpl @@ -91,6 +91,9 @@ url: ajaxurl, success: function (result) { cj("#dialog").dialog('close'); + if(saveButtonID != ""){ + cj('#'+saveButtonID).closest('form').submit(); + } } }); } -- 2.25.1