From df6db9bd4703f559becd49d91f09ffd2241146bc Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 22 Sep 2015 16:26:13 +0300 Subject: [PATCH] changes in mass email --- .../Espo/Modules/Crm/Resources/i18n/en_US/MassEmail.json | 3 --- .../Crm/Resources/metadata/entityDefs/MassEmail.json | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/i18n/en_US/MassEmail.json b/application/Espo/Modules/Crm/Resources/i18n/en_US/MassEmail.json index 04b7c769c7..586f71e9e8 100644 --- a/application/Espo/Modules/Crm/Resources/i18n/en_US/MassEmail.json +++ b/application/Espo/Modules/Crm/Resources/i18n/en_US/MassEmail.json @@ -37,8 +37,5 @@ "messages": { "selectAtLeastOneTarget": "Select at least one target.", "testSent": "Test email(s) supposed to be sent" - }, - "tooltips": { - "emailTemplate": "Insert {optOutLink} for an unsubscribe link." } } diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/MassEmail.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/MassEmail.json index 652fa81898..2b341f77d4 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/MassEmail.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/MassEmail.json @@ -34,14 +34,14 @@ }, "emailTemplate": { "type": "link", - "required": true, - "tooltip": true + "required": true }, "campaign": { "type": "link" }, "targetLists": { - "type": "linkMultiple" + "type": "linkMultiple", + "required": true }, "inboundEmail": { "type": "link"