Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.2
-
Component/s: None
-
Labels:None
Description
Email to assignee contact is broken due to activity restructure
- create a new activity with assignee contact
- email is not sent to assignee contact
we should grep usage of CRM_Activity_BAO_ActivityContact::getNames() and make sure it has not broken any more functionality
Note the in 4.3 we called CRM_Activity_BAO_ActivityAssignment::getAssigneeNames( ), which is different from above function
also make sure WebTest_Activity_IcalTest::testStandaloneActivityAdd works after this fix.