Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.1.5
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
Steps to reproduce:
1.) Create a Custom Data set for Individuals which accepts multiple values
2.) Implement hook_civicrm_post. Trigger debugging output or logging if ($objectName == 'Individual' && $objectId && ($op =='create' || $op =='edit'))
3.) In CiviCRM, click the 'Edit' link for the custom data group. Add or edit a record.
Result: Hook is not fired.