Skip to content
Snippets Groups Projects
Commit ff9870fd authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1066051_FixDuplicateWrongSyntaxHandling' into '2020.2'

[Projekt: Entwicklung - Neon][TicketNr.: 1066051][Dublettensuche entfernt...

See merge request xrm/basic!442
parents 0f845834 0252aede
No related branches found
No related tags found
No related merge requests found
......@@ -728,7 +728,7 @@ DuplicateScannerUtils.buildEntityFieldConfigs = function(pDuplicateFieldsConfig,
if(entityFieldValue == null)
entityFieldValue = "";
else
ntityFieldValue = indexsearch.escapeString(entityFieldValue).trim();
entityFieldValue = indexsearch.escapeString(entityFieldValue).trim();
let exclude = fieldConfig.exclude;
if (exclude)
......
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