Skip to content
Snippets Groups Projects
Commit 0252aede authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

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

[Projekt: Entwicklung - Neon][TicketNr.: 1066051][Dublettensuche entfernt unnötig Punkt vor der Suche]
parent 76da8059
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