X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ea8d95259b157f503d27bd6a842ed2a687317216..cb55dba78691e9563c2d72ff70ce3e40833fef7a:/Controller/AbstractController.php?ds=sidebyside diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 8a10b87..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 @@ -487,6 +487,7 @@ abstract class AbstractController extends BaseAbstractController implements Serv //Append facebook image texts $parameters['facebook']['texts'] += [ $parameters['title'] => [ + 'font' => 'irishgrover', 'align' => 'left' ]/*XXX: same problem as url, too long :'(, $parameters['description'] => [ @@ -509,6 +510,18 @@ abstract class AbstractController extends BaseAbstractController implements Serv }*/ } + //With empty locations link + if (empty($parameters['locations_link'])) { + //Set locations link + $parameters['locations_link'] = $this->router->generate('rapsys_air_location'); + } + + //With empty locations title + if (empty($parameters['locations_title'])) { + //Set locations title + $parameters['locations_title'] = $this->translator->trans('Locations', [], null, $this->locale); + } + //With canonical if (!empty($parameters['canonical'])) { //Set facebook url