Fatal error on paragraph deletion
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3540432. --> Reported by: [cmd87](https://www.drupal.org/user/3474633) Related to !125 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Not possible to delete a paragraph via frontend_editing.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>When trying to delete a paragraph through frontend_editing it throws next error:</p> <p><code>Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.paragraph.delete_form" does not exist. in Drupal\Core\Routing\RouteProvider-&gt;getRouteByName() (line 213 of /var/www/html/web/core/lib/Drupal/Core/Routing/RouteProvider.php).</code></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Adjust the FrontendEditingFormBuilder -&gt; buildDeleteForm by adding a check for paragraphs.</p>
issue