From 62e23aa41645fb0093739ef286d517152e8da677 Mon Sep 17 00:00:00 2001 From: Eymen Elkum Date: Mon, 11 Nov 2024 12:31:06 +0300 Subject: [PATCH] fix in Table.php (#3204) --- application/Espo/Core/Portal/Acl/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Portal/Acl/Table.php b/application/Espo/Core/Portal/Acl/Table.php index 78e211a1bd..ea3a230a85 100644 --- a/application/Espo/Core/Portal/Acl/Table.php +++ b/application/Espo/Core/Portal/Acl/Table.php @@ -47,7 +47,7 @@ class Table extends BaseTable protected $levelList = [ self::LEVEL_YES, self::LEVEL_ALL, - self::LEVEL_ACCOUNT. + self::LEVEL_ACCOUNT, self::LEVEL_CONTACT, self::LEVEL_OWN, self::LEVEL_NO,