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

@@ -138,6 +138,10 @@ services:
autoconfigure: true
autowire: true
Chill\MainBundle\Form\Type\LocationType:
Chill\MainBundle\Form\Type\LocationFormType:
autowire: true
autoconfigure: true
autoconfigure: true
arguments:
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type }