no longer using separate more links
authorAlice Frumin <alifrumin@users.noreply.github.com>
Tue, 3 Jan 2017 16:19:34 +0000 (11:19 -0500)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2017 16:19:34 +0000 (11:19 -0500)
CRM/Case/BAO/Case.php

index 02db237d8bc4eba7fe836eaeab55129bce6c22b3..82123cdb4d74896977b932c3ff2529f715f63e10 100644 (file)
@@ -661,19 +661,6 @@ AND civicrm_case.status_id != $closedId";
             'Case',
             $result->case_id
           );
-          $casesList[$result->case_id]['moreActions'] = CRM_Core_Action::formLink($actions['moreActions'],
-            $mask,
-            array(
-              'id' => $result->case_id,
-              'cid' => $result->contact_id,
-              'cxt' => $context,
-            ),
-            ts('more'),
-            TRUE,
-            'case.actions.more',
-            'Case',
-            $result->case_id
-          );
         }
         elseif ($field == 'case_status') {
           if (in_array($result->$field, $caseStatus)) {