From ca1e649b11ce036611f4a5cb4af73eb94b69841e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 27 Aug 2024 16:57:43 +0300 Subject: [PATCH] emailReplyForceHtml true by default --- application/Espo/Resources/metadata/entityDefs/Preferences.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Preferences.json b/application/Espo/Resources/metadata/entityDefs/Preferences.json index 25353db696..7d288bf642 100644 --- a/application/Espo/Resources/metadata/entityDefs/Preferences.json +++ b/application/Espo/Resources/metadata/entityDefs/Preferences.json @@ -170,7 +170,7 @@ }, "emailReplyForceHtml": { "type": "bool", - "default": false + "default": true }, "isPortalUser": { "type": "bool",