Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
1. Created a contact with first and last names, as well as an email address on demo (contact_id = 3162).
2. Created the attached CSV file with the same data plus a middle name column.
3. When trying to import it into the demo install, no new contacts are created (good!), but the existing contact doesn't get updated (bad!).
The update import contact was depends on dedupe rule fix,
It is working now, since dedupe rule for contact matching is fixed.
Tested in r14618.