location admin: improve admin crud for location

This commit is contained in:
nobohan
2021-10-22 10:01:24 +02:00
parent e9322e61d4
commit e24fd8aff0
6 changed files with 54 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ use Chill\MainBundle\Doctrine\Type\PointType;
use Chill\MainBundle\Entity\Location;
use Chill\MainBundle\Entity\LocationType;
use Chill\MainBundle\Form\LocationTypeType;
use Chill\MainBundle\Form\LocationType as LocationFormType;
use Chill\MainBundle\Form\LocationFormType;
use Symfony\Component\HttpFoundation\Request;
/**