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
Describe the bug
I have a table "people" and a join-table to set relationships between people (so it's a many-to-many with the same entity) with extra data. I created the join-table CRUD controller and it works as expected, but if I add a collection field inside people to add the relationships while editing a single people, when I save it sets the same record on both fields of the many to many record.
To Reproduce
Symfony 6.4 - EasyAdmin 4
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a table "people" and a join-table to set relationships between people (so it's a many-to-many with the same entity) with extra data. I created the join-table CRUD controller and it works as expected, but if I add a collection field inside people to add the relationships while editing a single people, when I save it sets the same record on both fields of the many to many record.
To Reproduce
Symfony 6.4 - EasyAdmin 4
The text was updated successfully, but these errors were encountered: