From 662b63e47b7e9ccfb552ddf72bfa9f1bdc5202e8 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 5 May 2025 11:29:27 +0300 Subject: [PATCH] fix --- application/Espo/Resources/metadata/entityDefs/Email.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Email.json b/application/Espo/Resources/metadata/entityDefs/Email.json index 4542abb8c9..3f693945a3 100644 --- a/application/Espo/Resources/metadata/entityDefs/Email.json +++ b/application/Espo/Resources/metadata/entityDefs/Email.json @@ -102,7 +102,7 @@ "orderDisabled": true, "required": true, "view": "views/email/fields/email-address-varchar", - "validatorClassName": "Espo\\Classes\\FieldValidators\\Email\\AddressLoader", + "validatorClassName": "Espo\\Classes\\FieldValidators\\Email\\EmailAddresses", "validatorClassNameList": [ "Espo\\Classes\\FieldValidators\\Email\\Addresses\\Valid", "Espo\\Classes\\FieldValidators\\Email\\Addresses\\MaxCount"