Flash a notification when offering added

This commit is contained in:
Jannis Portmann 2021-04-30 17:21:15 +02:00
parent 990da0e669
commit 48174c8998
2 changed files with 9 additions and 0 deletions

View file

@ -53,6 +53,9 @@ class AppController extends AbstractController
$this->entityManager->persist($offering);
$this->entityManager->flush();
$this->addFlash("success", "Successfully added the new offering!");
return $this->redirectToRoute('homepage');
}
return $this->render('app/new_listing.html.twig', [