You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: