createdBy field deleted from form

This commit is contained in:
Julie Lenaerts 2021-08-03 14:53:39 +02:00
parent a0154331de
commit e42a5217be

View File

@ -16,13 +16,6 @@ class AsideActivityFormType extends AbstractType
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder
->add('createdBy', EntityType::class,
[
'label' => 'Utilisateur',
'required' => true,
'class' => User::class,
'choice_label' => 'username'
])
->add('agent', EntityType::class,
[
'label' => 'Agent',