From 2abf1ccb73e6d259ae750fff12ceda337faa42ed Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 11 Mar 2025 18:59:28 +0200 Subject: [PATCH] base type change --- 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 b617189d97..01414e8893 100644 --- a/application/Espo/Resources/metadata/entityDefs/Email.json +++ b/application/Espo/Resources/metadata/entityDefs/Email.json @@ -296,7 +296,7 @@ "layoutAvailabilityList": [] }, "emailAddress": { - "type": "base", + "type": "varchar", "notStorable": true, "view": "views/email/fields/email-address", "customizationDisabled": true,