mirror of
https://github.com/espocrm/espocrm.git
synced 2026-04-18 12:10:05 +00:00
Merge branch 'fix'
This commit is contained in:
@@ -370,6 +370,14 @@ class Processor
|
||||
User::ENTITY_TYPE,
|
||||
]
|
||||
);
|
||||
|
||||
if (
|
||||
$foundByAddressEntity &&
|
||||
$params->applyAcl() &&
|
||||
!$this->aclManager->checkEntityRead($this->user, $foundByAddressEntity)
|
||||
) {
|
||||
$foundByAddressEntity = null;
|
||||
}
|
||||
}
|
||||
|
||||
if ($foundByAddressEntity) {
|
||||
|
||||
Reference in New Issue
Block a user