CRM-14964 - Session error on 'add activity to group'
authoratif-shaikh <shaikh388@gmail.com>
Thu, 10 Jul 2014 11:26:57 +0000 (16:56 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Thu, 10 Jul 2014 11:26:57 +0000 (16:56 +0530)
https://issues.civicrm.org/jira/browse/CRM-14964

CRM/Activity/Form/Activity.php

index 37b69b06188fd72869c8b62715515d8e157b2866..b88a5468e203dda0ca30cb04ff7ded2634df809c 100644 (file)
@@ -437,7 +437,8 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
       }
       elseif ($path == 'civicrm/contact/search'
         || $path == 'civicrm/contact/search/advanced'
-        || $path == 'civicrm/contact/search/custom') {
+        || $path == 'civicrm/contact/search/custom'
+        || $path == 'civicrm/group/search') {
         $urlString = $path;
       }
       else {