Notification for Updation not shown after Save button is clicked on Manage Event...
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 2 Jan 2015 09:00:30 +0000 (14:30 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 2 Jan 2015 09:00:30 +0000 (14:30 +0530)
CRM/Event/Form/ManageEvent/TabHeader.php

index c4337d99981c39f7e52f31ff775db0c39e06ab74..fea18c8998f4cd8314757f0064a80b766258f5c1 100644 (file)
@@ -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';
         }