Skip to content

Commit ed59285

Browse files
committed
minor #17293 Trying to add quotation markup (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- 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 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- c7325fa Trying to add quotation markup
2 parents 3548739 + c7325fa commit ed59285

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)