From 251700eb507dc135ab52ef9de3d40cadcc2fd2bf Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 2 Apr 2025 12:18:48 +0300 Subject: [PATCH] external account languageIsGlobal --- .../Espo/Resources/metadata/scopes/ExternalAccount.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/application/Espo/Resources/metadata/scopes/ExternalAccount.json b/application/Espo/Resources/metadata/scopes/ExternalAccount.json index ca51c31499..3f108ac030 100644 --- a/application/Espo/Resources/metadata/scopes/ExternalAccount.json +++ b/application/Espo/Resources/metadata/scopes/ExternalAccount.json @@ -1,9 +1,10 @@ { - "entity":true, - "layouts":false, - "tab":false, + "entity": true, + "layouts": false, + "tab": false, "acl": "boolean", "aclPortal": false, "aclFieldLevelDisabled": true, - "customizable":false + "customizable": false, + "languageIsGlobal": true }