Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.3.3
-
Component/s: Core CiviCRM
-
Labels:None
Description
Whether to display the target contact on activities seems to be tied into some new settings about civimail workflow. If you don't have the setting enabled then you get errors about the target contact.
for example this line
$showTargetContacts = ( CRM_Mailing_Info::workflowEnabled( ) && ...
in CRM/Activity/BAO/Activity.php