Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.6.23, 4.7.12
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
$result = civicrm_api3('EntityTag', 'create', array(
'sequential' => 1,
'entity_id' => 223,
'tag_id' => array("Company", "Volunteer"),
'entity_table' => "civicrm_contact",
));
this call failed to add multiple tag for contact
adding tag id 1 for contact