#16 EventBundle participation (fix errors and improve ux)

This commit is contained in:
2022-11-16 10:57:06 +01:00
parent fc607d6a0e
commit 9623a35e6f
2 changed files with 3 additions and 20 deletions

View File

@@ -151,7 +151,7 @@ class PickEventType extends AbstractType
} else {
$centers = $this->authorizationHelper->getReachableCenters(
$this->user,
(string) $options['role']
(string) $options['role']->getRole()
);
}