From 3f4cdf629f2c1c19cb389a5fe03058640f3a6b3e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 4 Sep 2024 12:30:30 +0300 Subject: [PATCH] mass email hour limit required --- application/Espo/Resources/metadata/entityDefs/Settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Settings.json b/application/Espo/Resources/metadata/entityDefs/Settings.json index 6a5dcebe0d..fa119c8be9 100644 --- a/application/Espo/Resources/metadata/entityDefs/Settings.json +++ b/application/Espo/Resources/metadata/entityDefs/Settings.json @@ -571,7 +571,8 @@ }, "massEmailMaxPerHourCount": { "type": "int", - "min": 1 + "min": 1, + "required": true }, "massEmailMaxPerBatchCount": { "type": "int",