projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f26d0
)
no longer using separate more links
author
Alice Frumin
<alifrumin@users.noreply.github.com>
Tue, 3 Jan 2017 16:19:34 +0000
(11:19 -0500)
committer
GitHub
<noreply@github.com>
Tue, 3 Jan 2017 16:19:34 +0000
(11:19 -0500)
CRM/Case/BAO/Case.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/BAO/Case.php
b/CRM/Case/BAO/Case.php
index 02db237d8bc4eba7fe836eaeab55129bce6c22b3..82123cdb4d74896977b932c3ff2529f715f63e10 100644
(file)
--- a/
CRM/Case/BAO/Case.php
+++ b/
CRM/Case/BAO/Case.php
@@
-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)) {