rdv: add default status on rdv when creating a new rdv

This commit is contained in:
nobohan
2021-07-19 12:06:21 +02:00
parent 4b8736ae57
commit 227be0b482
4 changed files with 24 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ services:
class: Chill\CalendarBundle\Form\CalendarType
arguments:
- "@chill.main.helper.translatable_string"
- "@doctrine.orm.entity_manager"
tags:
- { name: form.type, alias: chill_calendarbundle_calendar }