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 @@ -463,8 +463,8 @@ we talk about next!).
463
463
464
464
.. caution ::
465
465
466
- You have to create **both ** ``addTag `` and ``removeTag `` methods,
467
- otherwise the form will still use ``setTag `` even if ``by_reference `` is ``false ``.
466
+ You have to create **both ** ``addTag `` and ``removeTag `` methods,
467
+ otherwise the form will still use ``setTag `` even if ``by_reference `` is ``false ``.
468
468
You'll learn more about the ``removeTag `` method later in this article.
469
469
470
470
.. sidebar :: Doctrine: Cascading Relations and saving the "Inverse" side
@@ -729,7 +729,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
729
729
updated (whether you're adding new tags or removing existing tags) on
730
730
each Tag object itself.
731
731
732
- .. _cookbook-form-collections-custom-prototype
732
+ .. _cookbook-form-collections-custom-prototype :
733
733
734
734
Rendering a Custom Prototype
735
735
----------------------------
You can’t perform that action at this time.
0 commit comments