Skip to content

Commit 59b932d

Browse files
author
kshishkin
committed
Merging emphasized notes
Merged both notes into one, in accordance to discussion feedback.
1 parent bdd8325 commit 59b932d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cookbook/form/form_collections.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,10 @@ these new ``Tag`` objects easier (especially if you're using Doctrine, which
462462
we talk about next!).
463463

464464
.. caution::
465-
Create **both** methods, otherwise none of them will be used.
466-
467-
If no ``addTag`` **and** ``removeTag`` method is found, the form will
468-
still use ``setTag`` even if ``by_reference`` is ``false``. You'll learn
469-
more about the ``removeTag`` method later in this article.
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``.
468+
You'll learn more about the ``removeTag`` method later in this article.
470469

471470
.. sidebar:: Doctrine: Cascading Relations and saving the "Inverse" side
472471

0 commit comments

Comments
 (0)