mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
style dashboard, remove bike parking in places selection
This commit is contained in:
parent
5a05cd22d1
commit
4c1a7729a1
5 changed files with 59 additions and 15 deletions
|
@ -331,6 +331,7 @@ class PublicController extends AbstractController
|
|||
$place->update_place_from_overpass_data($commerce);
|
||||
$this->entityManager->persist($place);
|
||||
$this->entityManager->flush();
|
||||
$this->entityManager->clear();
|
||||
|
||||
|
||||
$stats = $place->getStats();
|
||||
|
@ -350,6 +351,7 @@ class PublicController extends AbstractController
|
|||
$this->entityManager->persist($stats);
|
||||
$this->entityManager->persist($place);
|
||||
$this->entityManager->flush();
|
||||
$this->entityManager->clear();
|
||||
|
||||
return $this->render('public/view.html.twig', [
|
||||
'controller_name' => 'PublicController',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue