From 70660989574b44f1f97a67b0441402883cb19463 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 21 Jul 2021 12:40:17 +0300 Subject: [PATCH] email folder field entity --- application/Espo/Resources/metadata/entityDefs/Email.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Email.json b/application/Espo/Resources/metadata/entityDefs/Email.json index 237aeba39d..b48441b0b3 100644 --- a/application/Espo/Resources/metadata/entityDefs/Email.json +++ b/application/Espo/Resources/metadata/entityDefs/Email.json @@ -140,7 +140,8 @@ "folder": { "type": "link", "notStorable": true, - "readOnly": true + "readOnly": true, + "entity": "EmailFolder" }, "nameHash": { "type": "text",