From 43749cbabb88f1cea41a03e3c2d9dbeeb26425da Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 4 Oct 2024 11:43:45 +0300 Subject: [PATCH] task email link no foreign name --- .../Espo/Modules/Crm/Resources/metadata/entityDefs/Task.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Task.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Task.json index 3518f159ef..f539f936bb 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Task.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Task.json @@ -180,7 +180,8 @@ "email": { "type": "belongsTo", "entity": "Email", - "foreign": "tasks" + "foreign": "tasks", + "noForeignName": true } }, "collection": {