File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,12 +653,12 @@ the relationship between the removed ``Tag`` and ``Task`` object.
653
653
work to ensure that the relationship between the ``Task `` and the removed
654
654
``Tag `` is properly removed.
655
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-many relation
656
+ In Doctrine, you have two sides of the relationship: the owning side and the
657
+ inverse side. Normally in this case you'll have a many-to-many relationship
658
658
and the deleted tags will disappear and persist correctly (adding new
659
659
tags also works effortlessly).
660
660
661
- But if you have an one-to-many relation or a many-to-many with a
661
+ But if you have a one-to-many relationship or a many-to-many relationship with a
662
662
``mappedBy `` on the Task entity (meaning Task is the "inverse" side),
663
663
you'll need to do more work for the removed tags to persist correctly.
664
664
You can’t perform that action at this time.
0 commit comments