Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Fix Version/s: 4.4.0
-
Component/s: CiviCRM API
-
Labels:None
Description
This issue just came up for webform_civicrm. When updating a location (email, address, website, or phone) through the v3 API, I had been leaving the is_primary param unset, preferring to leave that value untouched. Unfortunately, if that param is not set, the updated entity will always have is_primary set to FALSE.
Also see http://drupal.org/node/1253250