Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.1
-
Component/s: CiviCRM API
-
Labels:None
Description
If a custom data field group extends all relationship types, the Relationship API will return values for those custom fields for each found relationship. But if the field group extends only a certain relationship type (e.g., "child of"), custom fields in that field group can't be retrieved through the API.
The patch fixes this limitation.