From 210da100ea54f071bf67df1ea8107f19aac85b39 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 5 Sep 2022 18:12:08 +0300 Subject: [PATCH] user links entityAcl --- .../Espo/Resources/metadata/entityAcl/User.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/application/Espo/Resources/metadata/entityAcl/User.json b/application/Espo/Resources/metadata/entityAcl/User.json index 55b119d1a8..fb01fc9fed 100644 --- a/application/Espo/Resources/metadata/entityAcl/User.json +++ b/application/Espo/Resources/metadata/entityAcl/User.json @@ -67,6 +67,18 @@ "roles": { "onlyAdmin": true }, + "portalRoles": { + "onlyAdmin": true + }, + "accounts": { + "onlyAdmin": true + }, + "defaultTeam": { + "onlyAdmin": true + }, + "dashboardTemplate": { + "onlyAdmin": true + }, "preferences": { "onlyAdmin": true },