From 8a03ad62406c78555d5a02472bbfa1e27a350a89 Mon Sep 17 00:00:00 2001 From: Yurii Date: Tue, 10 Mar 2026 20:14:26 +0200 Subject: [PATCH] portal roles field create disabled --- application/Espo/Resources/metadata/clientDefs/Portal.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/Espo/Resources/metadata/clientDefs/Portal.json b/application/Espo/Resources/metadata/clientDefs/Portal.json index e879b01541..bfd37af047 100644 --- a/application/Espo/Resources/metadata/clientDefs/Portal.json +++ b/application/Espo/Resources/metadata/clientDefs/Portal.json @@ -12,6 +12,9 @@ }, "authenticationProvider": { "createDisabled": true + }, + "portalRoles": { + "createDisabled": true } }, "searchPanelDisabled": true