a2lix / AutoFormBundle

Automate Symfony form building
https://a2lix.fr/bundles/auto-form
MIT License
83 stars 30 forks source link

Fix: error if translation contains ManyToMany including 'inversedBy' #35

Closed petrspevak closed 1 year ago

petrspevak commented 2 years ago

When I have used a CollectionType inside TranslationType and association included 'inversedBy', it caused an error about non-existent field. This solution worked for me and did not break anything else.

webda2l commented 1 year ago

Thanks!