From a7d7cbd952d3ee3b044ae25a31bef934c0e4504e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 23 Nov 2024 13:50:38 +0200 Subject: [PATCH] fix availableReactions level --- application/Espo/Resources/metadata/app/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/app/config.json b/application/Espo/Resources/metadata/app/config.json index 00b127e7b4..8f026d68a7 100644 --- a/application/Espo/Resources/metadata/app/config.json +++ b/application/Espo/Resources/metadata/app/config.json @@ -155,7 +155,7 @@ "level": "superAdmin" }, "availableReactions": { - "level": "global" + "level": "default" }, "emailScheduledBatchCount": { "level": "admin"