From 870c344616334c1088fa491f3b5783324ce7c568 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 4 Sep 2014 17:35:39 +0100 Subject: [PATCH] Redirection correction to advanced search --- templates/CRM/Core/Form/RecurringEntity.tpl | 2 +- templates/CRM/Event/Form/ConfirmSubmit.tpl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl index ca5882af07..b8cc38be8a 100644 --- a/templates/CRM/Core/Form/RecurringEntity.tpl +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -278,7 +278,7 @@ buttons: { Ok: function() { cj(this).dialog( "close" ); - cj('form').submit(); + cj('form#Repeat').submit(); }, Cancel: function() { //cancel cj(this).dialog( "close" ); diff --git a/templates/CRM/Event/Form/ConfirmSubmit.tpl b/templates/CRM/Event/Form/ConfirmSubmit.tpl index 5bca022f54..3275b651b1 100644 --- a/templates/CRM/Event/Form/ConfirmSubmit.tpl +++ b/templates/CRM/Event/Form/ConfirmSubmit.tpl @@ -62,8 +62,10 @@ {literal} -- 2.25.1