a2lix / TranslationFormBundle

Ease translations with some dedicated Symfony form types
https://a2lix.fr/bundles/translation-form
MIT License
330 stars 140 forks source link

VichUploaderBundle & A2lix #392

Open cmarsaudon687 opened 4 months ago

cmarsaudon687 commented 4 months ago

Hi !

Has anyone already integrated a vichUploaderBundle field with a Translation field in easyAdmin?

I have an error because the field's file that is mapped to the fileName does not return in the objectFieldsConfig in DoctrineORMManipulator : vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php (line 32) Only the fileName is present, but I need to other field.

Is it possible to manage a VichUploaderBundle file with A2lix Translation form ? Thanks !