Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.7
-
Fix Version/s: Unscheduled
-
Component/s: CiviCRM API
-
Labels:None
-
Documentation Required?:Developer Doc
-
Funding Source:Needs Funding
Description
It is currently not possible to add a chained relationship, because the API only sets a contact_id when chaininh, where a relationship needs a contact_id_a and a contact_id_b
The attached patch makes it possible to add chained relations when only one of contact_id_a or contact_id_b is present.