From e8e90f7e33cec60c46bd32b785dd338352ec013b Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Fri, 2 Jan 2015 14:30:30 +0530 Subject: [PATCH] Notification for Updation not shown after Save button is clicked on Manage Event Tab for PCP --- CRM/Event/Form/ManageEvent/TabHeader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/TabHeader.php b/CRM/Event/Form/ManageEvent/TabHeader.php index c4337d9998..fea18c8998 100644 --- a/CRM/Event/Form/ManageEvent/TabHeader.php +++ b/CRM/Event/Form/ManageEvent/TabHeader.php @@ -151,7 +151,6 @@ WHERE e.id = %1 $fullName = $form->getVar('_name'); $className = CRM_Utils_String::getClassName($fullName); $new = ''; - $action = 'update'; // hack for special cases. switch ($className) { @@ -189,6 +188,7 @@ WHERE e.id = %1 $tabs[$key]['qfKey'] = NULL; } + $action = 'update'; if ($key == 'reminder') { $action = 'browse'; } -- 2.25.1