From 0fad7a32539998fb7017bb777d42f1b8e0f22494 Mon Sep 17 00:00:00 2001 From: Daniel Tran <d.tran@adito.de> Date: Thu, 8 Jul 2021 08:55:24 +0000 Subject: [PATCH] [Projekt: xRM-ContactManagement][TicketNr.: 1083942][Kontakt/Firma - Es werden keine Daten in der 360-Grad-Ansicht angezeigt.] - Fixed typo. --- .../children/objecttype_param/valueProcess.js | 4 ++-- .../personobjects/children/objecttype_param/valueProcess.js | 4 ++-- language/_____LANGUAGE_de/_____LANGUAGE_de.aod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/entity/360Degree_entity/entityfields/organisationobjects/children/objecttype_param/valueProcess.js b/entity/360Degree_entity/entityfields/organisationobjects/children/objecttype_param/valueProcess.js index 4af5ac50970..8d475f8d88e 100644 --- a/entity/360Degree_entity/entityfields/organisationobjects/children/objecttype_param/valueProcess.js +++ b/entity/360Degree_entity/entityfields/organisationobjects/children/objecttype_param/valueProcess.js @@ -19,8 +19,8 @@ var res = { "contactIdField":"OBJECT_ROWID" }, "Advertising": {}, - "Bulkmail": { - "subContext":"BulkmailRecipient", + "BulkMail": { + "subContext":"BulkMailRecipient", "childField":"BULKMAIL_ID", "parentField":"BULKMAILID", "contactIdField":"CONTACT_ID" diff --git a/entity/360Degree_entity/entityfields/personobjects/children/objecttype_param/valueProcess.js b/entity/360Degree_entity/entityfields/personobjects/children/objecttype_param/valueProcess.js index 8da8fc4b963..415e8d2a1af 100644 --- a/entity/360Degree_entity/entityfields/personobjects/children/objecttype_param/valueProcess.js +++ b/entity/360Degree_entity/entityfields/personobjects/children/objecttype_param/valueProcess.js @@ -29,8 +29,8 @@ var res = { "Advertising": { "contactIdField":"CONTACT_ID" }, - "Bulkmail": { - "subContext":"BulkmailRecipient", + "BulkMail": { + "subContext":"BulkMailRecipient", "childField":"BULKMAIL_ID", "parentField":"BULKMAILID", "contactIdField":"CONTACT_ID" diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod index 0c23ef134a5..2481fedbd70 100644 --- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod +++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod @@ -11610,7 +11610,7 @@ Bitte Datumseingabe prüfen</value> <value>Gebiet: Nummer</value> </entry> <entry> - <key>Bulkmail</key> + <key>BulkMail</key> <value>Serienmail</value> </entry> <entry> -- GitLab