fix behaviour of CalendarType in Controller and add field users to CalendarType

This commit is contained in:
2022-05-20 19:44:28 +02:00
parent 67fad5d764
commit 2b770036a5
6 changed files with 21 additions and 12 deletions

View File

@@ -1,10 +1,6 @@
---
services:
chill.calendar.form.type.calendar:
class: Chill\CalendarBundle\Form\CalendarType
arguments:
- "@chill.main.helper.translatable_string"
- "@doctrine.orm.entity_manager"
tags:
- { name: form.type, alias: chill_calendarbundle_calendar }
services:
Chill\CalendarBundle\Form\:
resource: './../../Form'
autowire: true
autoconfigure: true