a2lix / AutoFormBundle

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

Association Problem #25

Closed tamert closed 2 years ago

tamert commented 3 years ago

https://github.com/a2lix/AutoFormBundle/issues/15 how shall we do?

David-Crty commented 3 years ago

Would it be possible to merge and release a new tag 0.3.4 ? Having the same issue and forcing to fork and do trick to make work a relational field.

If you have no time I can help to handle the issue and PR @webda2l

Thanks for all the job done.

webda2l commented 3 years ago

This bundle handle simple use case like the one in https://github.com/a2lix/Demo and as said in https://github.com/a2lix/AutoFormBundle/pull/13#issuecomment-506905417, to handle the inverseSide association, it require more work. This PR breaks the simple use case, so I can't merge it.

@David-Crty Thanks, I'm busy elsewhere and don't use this bundle currently, so if you have more idea to fix this issue, feel free to add a PR.