Removing un-used code

This commit is contained in:
Marc Ducobu 2021-05-19 15:26:06 +02:00
parent 88847cb19c
commit 3be024bf6b
2 changed files with 1 additions and 19 deletions

View File

@ -57,22 +57,6 @@ class EvaluationType extends AbstractType
->add('delay') ->add('delay')
->add('notificationDelay'); ->add('notificationDelay');
/* ])
->add('parent', EntityType::class, [
'class' => SocialIssue::class,
'required' => false,
'choice_label' => function (SocialIssue $issue) {
return $this->translatableStringHelper->localize($issue->getTitle());
}
])
->add('desactivationDate', DateType::class, array(
'attr' => array('class' => 'datepicker'),
'widget'=> 'single_text',
'format' => 'dd-MM-yyyy',
'required' => false, */
// ]);
} }
/** /**

View File

@ -56,8 +56,6 @@ class GoalType extends AbstractType
'label' => 'Nom' 'label' => 'Nom'
]) ])
// ->add('socialActions')
->add('socialActions', EntityType::class, [ ->add('socialActions', EntityType::class, [
'class' => SocialAction::class, 'class' => SocialAction::class,
'required' => false, 'required' => false,