Skip to content
Snippets Groups Projects
Commit 80291bf9 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

#1066477-KeywordsLeadimport Fix Save Key

parent 5a04d22c
No related branches found
No related tags found
No related merge requests found
......@@ -1091,7 +1091,7 @@ ContactInfoUtils.getEntryNameByContainerAndFieldValue = function(pContainerName,
for (let i = 0; i < keyword.length; i++)
{
if (pFieldValue.trim() == keyword[i][0].trim() || pFieldValue.trim() == keyword[i][1].trim())
return keyword[i][1];
return keyword[i][0];
}
}
return "";
......
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