Merge branch 'onTheFly' into thirdparty

This commit is contained in:
2021-09-30 15:13:03 +02:00
74 changed files with 1490 additions and 804 deletions

View File

@@ -63,6 +63,8 @@ class ThirdPartyVoter extends AbstractChillVoter implements ProvideRoleHierarchy
if (!$user instanceof User) {
return false;
}
return true;
$centers = $this->authorizationHelper
->getReachableCenters($user, new Role($attribute));