Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Incomplete
-
Affects Version/s: 4.5
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
It would be nice to extend the possibilities of the entitytag integration of the civicrm api:
- the id of the entitytag is never returned,
- chained calls returns errors (eg. in _civicrm_api_call_nested_api():
$subParams[strtolower($entity) . "_id"] = $parentAPIValues['id'] - delete all entitytags of a contact in a single call (eg. when only the contact_id is defined)