Merge branch 'fix'

This commit is contained in:
Yurii
2026-04-17 17:42:57 +03:00

View File

@@ -370,6 +370,14 @@ class Processor
User::ENTITY_TYPE,
]
);
if (
$foundByAddressEntity &&
$params->applyAcl() &&
!$this->aclManager->checkEntityRead($this->user, $foundByAddressEntity)
) {
$foundByAddressEntity = null;
}
}
if ($foundByAddressEntity) {