Baptiste
Baptiste
Hello, I have a dynamicForm on a Appointment Entity. This entity has a Tracking entity relation (OneToMany). I use the LiveCollectionField on my AppointmentForm to add dynamically a tracking. I...
**Describe the bug** When creating a custom filter, I have the error : > Invalid service "App\Foo": its constructor must be public. Did you miss configuring a factory or a...
Hello, I'm using a CollectionField for my documents field in my CrudController, and I wanted to access `$options['data']` to set the access granted for each document. This method doesn't work...
Hello, I have a problem to validate files with a DynamicForm. There is my field : ```php $builder->add('fichierAudio', FileType::class, [ 'label' => 'Fichier audio', 'required' => false, 'mapped' => false,...