mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
rdv: adapt calendar entities: drop useless field and change field type
This commit is contained in:
@@ -69,7 +69,7 @@ class CalendarType extends AbstractType
|
||||
'required' => false,
|
||||
'class' => CancelReason::class,
|
||||
'choice_label' => function (CancelReason $entity) {
|
||||
return $this->translatableStringHelper->localize($entity->getCanceledBy());
|
||||
return $entity->getCanceledBy();
|
||||
},
|
||||
))
|
||||
->add('sendSMS', ChoiceType::class, array(
|
||||
|
Reference in New Issue
Block a user