Skip to content
Snippets Groups Projects
Commit d6a38e73 authored by Jaap Jansma's avatar Jaap Jansma
Browse files

fix for CRM-14397


Signed-off-by: default avatarJaap Jansma <info@edeveloper.nl>
parent fd960671
Branches
Tags
No related merge requests found
......@@ -256,7 +256,7 @@ class CRM_Activity_Page_AJAX {
}
// email column links/icon
if ($caseRelationships[$key]['email']) {
$caseRelationships[$key]['email'] = '<a href="'.CRM_Utils_System::url('civicrm/contact/view/activity', 'action=reset=1&action=add&atype=3&cid='.$caseRelationships[$key]['cid']).'" title="compose and send an email"><div class="icon email-icon" title="compose and send an email"></div>
$caseRelationships[$key]['email'] = '<a href="'.CRM_Utils_System::url('civicrm/contact/view/activity', 'action=reset=1&action=add&atype=3&cid='.$caseRelationships[$key]['cid']).'&caseid='.$caseID.'" title="compose and send an email"><div class="icon email-icon" title="compose and send an email"></div>
</a>';
}
// edit links
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment