We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent252ffe7 commitb140a70Copy full SHA for b140a70
cookbook/form/form_collections.rst
@@ -654,11 +654,11 @@ the relationship between the removed ``Tag`` and ``Task`` object.
654
``Tag`` is properly removed.
655
656
In Doctrine, you have two side of the relationship: the owning side and the
657
- inverse side. Normally in this case you'll have a many-to-manyrelation
+ inverse side. Normally in this case you'll have a many-to-manyrelationship
658
and the deleted tags will disappear and persist correctly (adding new
659
tags also works effortlessly).
660
661
- But if you havean one-to-manyrelation or a many-to-many with a
+ But if you havea one-to-manyrelationship or a many-to-many relationship with a
662
``mappedBy`` on the Task entity (meaning Task is the "inverse" side),
663
you'll need to do more work for the removed tags to persist correctly.
664