Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.7
-
Fix Version/s: 4.1.0
-
Component/s: CiviCRM API
-
Labels:None
Description
Activity delete can cause two calls to CRM_Utils_Hook::post instead of one.
Create, edit and delete do not invoke CRM_Utils_Hook::pre as should be the case.
The patch for this issue fixes both issues.