From 983d2a41205c533e00a37932d068c58941308edd Mon Sep 17 00:00:00 2001 From: Sebastian Listl <s.listl@adito.de> Date: Tue, 22 Dec 2020 09:36:09 +0000 Subject: [PATCH] #1071013 QuickEntry wrong language fieldname (cherry picked from commit 7f11e33ad4069c975604dda309eaad1eaa20ddc4) --- entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js index 656d24e1d7..d356c25a42 100644 --- a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js +++ b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js @@ -55,7 +55,7 @@ if (rowdata["LASTNAME.value"]) "CONTACTID": rowdata["PERSON_CONTACT_ID.value"], "ORGANISATION_ID": organisationId, "STATUS" : $KeywordRegistry.contactStatus$active(), - "ISOLANGUAGE": rowdata["ISOLANGUAGE.value"] + "LANGUAGE": rowdata["ISOLANGUAGE.value"] }); entities.createRow(configPer); -- GitLab