Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
Some sites need the ability to disable all duplicate matching checks for both UI contact add/updates and API contact add/updates.
1. Fix Administer >> Duplicate Matching UI so that it allows user to save an EMPTY rule (currently, it doesn't update the civicrm_dupe_match record if all drop-downs are set to null value).
2. Fix Add/Update contact (from UI) AND API create and update contact functions such that if civicrm_dupe_match.rule is NULL, then all dupe checking is bypassed. NOTE: If you set rule = NULL via SQL command, current behavior is that ALL contacts are returned as matching .