Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.11
-
Fix Version/s: 4.7.14
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
As a result of this issue https://issues.civicrm.org/jira/browse/CRM-19313 I detect that CRM_Contact_BAO_Relationship::getContactRelationshipType function may be using bad. Param 8 $contactSubType must be an array.
Calls affected:
https://github.com/civicrm/civicrm-core/blob/master/CRM/Core/BAO/Mapping.php#L459
https://github.com/civicrm/civicrm-core/blob/master/CRM/Contact/Import/Form/MapField.php#L433 (I'm not sure)
https://github.com/civicrm/civicrm-core/blob/master/CRM/Contact/Import/Parser/Contact.php#L167 (I'm not sure)
https://github.com/civicrm/civicrm-core/blob/master/CRM/Custom/Form/Group.php#L222 (solved at https://issues.civicrm.org/jira/browse/CRM-19313)
https://github.com/civicrm/civicrm-core/blob/master/CRM/Custom/Page/Group.php#L268