Skip to content

Commit c7325fa

Browse files
Trying to add quotation markup
Current approach (turning it into a blockquote by indenting it) doesn't work: https://symfony.com/doc/4.4/form/form_collections.html#allowing-new-tags-with-the-prototype
1 parent 3d48a04 commit c7325fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

form/form_collections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ you will learn about next!).
412412
call ``$entityManager->persist($tag)`` on each, you'll receive an error from
413413
Doctrine:
414414

415-
A new entity was found through the relationship
416-
``App\Entity\Task#tags`` that was not configured to
417-
cascade persist operations for entity...
415+
> A new entity was found through the relationship
416+
> ``App\Entity\Task#tags`` that was not configured to
417+
> cascade persist operations for entity...
418418

419419
To fix this, you may choose to "cascade" the persist operation automatically
420420
from the ``Task`` object to any related tags. To do this, add the ``cascade``

0 commit comments

Comments
 (0)