Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-19598

Multiple entity tag creation Api fails

    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

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              vakeesan26 Vakees K
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: