Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
Description
As the title says, the hook_post isn't called when I delete an activity.
function civicrm_phonecampaign_civicrm_post($op, $objectName, $objectId, &$objectRef) {
if ($objectName == 'Activity')
}
That code doesn't log anything when I'm deleting. It's logging ok when I create an activity.
Attachments
1.
|
Patch created | Done/Fixed | Kurund Jalmi |
|