We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c17242 commit abe2750Copy full SHA for abe2750
form/form_collections.rst
@@ -202,8 +202,8 @@ to render them:
202
{# ... #}
203
204
When the user submits the form, the submitted data for the ``tags`` field is
205
-used to construct an ``ArrayCollection`` of ``Tag`` objects, which is then set
206
-on the ``tag`` field of the ``Task``. It can be accessed via ``$task->getTags()``.
+used to construct an ``ArrayCollection`` of ``Tag`` objects. The collection is
+then set on the ``tag`` field of the ``Task`` and can be accessed via ``$task->getTags()``.
207
208
So far, this works great, but only to edit *existing* tags. It doesn't allow us
209
yet to add new tags or delete existing ones.
0 commit comments