From e0b84ea9ca476eb853aee65615fc7e1aca5d68fb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 21 Jan 2014 15:06:48 +0200 Subject: [PATCH] add link fields to email --- .../Espo/Resources/metadata/entityDefs/Email.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/application/Espo/Resources/metadata/entityDefs/Email.json b/application/Espo/Resources/metadata/entityDefs/Email.json index 2ae25b8f96..56edd40961 100644 --- a/application/Espo/Resources/metadata/entityDefs/Email.json +++ b/application/Espo/Resources/metadata/entityDefs/Email.json @@ -20,6 +20,18 @@ "type": "varchar", "db": false }, + "fromEmailAddresses": { + "type": "link" + }, + "toEmailAddresses": { + "type": "linkMultiple" + }, + "ccEmailAddresses": { + "type": "linkMultiple" + }, + "bccEmailAddresses": { + "type": "linkMultiple" + }, "body": { "type": "text" },