Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.7
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
API converts all dates to ISO style but CRM_Contact_BAO_Relationship::checkDuplicateRelationship requires start dates & end dates to be in array style.
In general the BAO & API support ISO style so I think the fix should be for the BAO to support ISO style (as well) - fairly easy to test if it is an array.