This commit is contained in:
Yuri Kuznetsov
2021-11-22 10:58:05 +02:00
parent 3b1462ac1a
commit b9e1660f92
@@ -66,6 +66,7 @@ class AccessChecker implements AccessEntityCREDChecker
public function checkEntityRead(User $user, Entity $entity, ScopeData $data): bool
{
if ($entity->get('parentType') === 'Settings') {
// Allow the logo.
return true;
}