Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
Description
We call CRM_Core_BAO_CustomGroup::getTree() from CRM/Contact/Form/Merge.php to obtain the custom data hierarchy and values → labels mappings for a contact. Unfortunately, on current trunk, this function returns the same tree, no matter what contact_id is in its call.
To reproduce: Create two contacts with different values for a given custom data field. Call this function with these two contact_ids - the returned trees will carry the same values for both contacts.
Attachments
Issue Links
- blocks
-
CRM-2371 Dedupe: Upgrade the code to work with 2.0 schema
- Done/Fixed