diff --git a/application/Espo/Core/Acl/Table.php b/application/Espo/Core/Acl/Table.php index 1faf521317..d3730b368a 100644 --- a/application/Espo/Core/Acl/Table.php +++ b/application/Espo/Core/Acl/Table.php @@ -235,7 +235,7 @@ class Table public function getScopeForbiddenAttributeList($scope, $action = 'read', $thresholdLevel = 'no') { - $key = $scope . '_'. $thresholdLevel; + $key = $scope . '_'. $action . '_' . $thresholdLevel; if (isset($this->forbiddenAttributesCache[$key])) { return $this->forbiddenAttributesCache[$key]; }