Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently the group_id (profile ID) is not passed to the hooks. This means that you can't easily use the hooks to manipulate data that comes from one specific profile form. The attached patch adds group_id to the $objectRef array.