Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.2, 3.2.3
-
Fix Version/s: 3.3.beta
-
Component/s: CiviCRM API, Core CiviCRM
-
Labels:None
Description
Contact imports, and also the civicrm_contact_update API function, only use data passed in the import or API call when updating display names.
So, for example, if you have a contact "Prof. Juan Gomez QC", and you use the API or import to update the last name to "Gómez", his display name becomes simply "Gómez" - the prefix, suffix and first name in the database are ignored.