Skip to content
Snippets Groups Projects
Commit 30d61fae authored by Sascha Schmidt's avatar Sascha Schmidt Committed by Johannes Goderbauer
Browse files

fix: #1045153 new contact with private-addr: duplicate error

parent 8971b572
No related branches found
No related tags found
No related merge requests found
......@@ -655,7 +655,7 @@ DuplicateScannerUtils.ScanForDuplicates = function(pFilterName, pTargetEntity, p
let entityFieldValuesRay = DuplicateScannerUtils.BuildEntityFieldNameValueRays(duplicateFieldsConfig, pValuesToCheck);
//The first field in this Array must always be the configured id field.
//logging.log("ray " + entityFieldValuesRay.toSource())
logging.log("ray " + entityFieldValuesRay.toSource())
let idField = entityFieldValuesRay[0][0];
let idValue = entityFieldValuesRay[0][1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment