X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/07ecd0ace9078b3b02fd467d45eb3cf8604a4884..fe30a995fbdef62bbb9c99c390baf065a6f35040:/Controller/LocationController.php diff --git a/Controller/LocationController.php b/Controller/LocationController.php index 0f47a99..7f1a96b 100644 --- a/Controller/LocationController.php +++ b/Controller/LocationController.php @@ -48,7 +48,9 @@ class LocationController extends DefaultController { 'user' => $this->getUser()->getId(), //Set default slot to evening //XXX: default to Evening (3) - 'slot' => $doctrine->getRepository(Slot::class)->findOneById(3) + 'slot' => $doctrine->getRepository(Slot::class)->findOneById(3), + //Set default location to current one + 'location' => $location ]); //Add form to context