mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Removing un-used code
This commit is contained in:
parent
88847cb19c
commit
3be024bf6b
@ -57,22 +57,6 @@ class EvaluationType extends AbstractType
|
||||
->add('delay')
|
||||
|
||||
->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, */
|
||||
// ]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -56,8 +56,6 @@ class GoalType extends AbstractType
|
||||
'label' => 'Nom'
|
||||
])
|
||||
|
||||
// ->add('socialActions')
|
||||
|
||||
->add('socialActions', EntityType::class, [
|
||||
'class' => SocialAction::class,
|
||||
'required' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user