X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9d8c6fb84e737fe94ca06dc7d957512a64d61a11..ddc5ce10eea0aa556d248eb9a61998099f159390:/Controller/AbstractController.php diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index fc1d699..fe07f11 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -376,7 +376,7 @@ abstract class AbstractController extends BaseAbstractController implements Serv //With user 'user' => $this->checker->isGranted('ROLE_ADMIN'), //Set user choices - 'user_choices' => $this->doctrine->getRepository(User::class)->findIndexByGroupPseudonym(), + 'user_choices' => $this->doctrine->getRepository(User::class)->findChoicesAsArray(), //Set default user to current 'user_default' => $this->getUser()->getId(), //Set to session slot or evening by default