EmbeddedParagraphs create/update messages should not be shown to end users when embedding through the editor
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3535885. --> Reported by: [loze](https://www.drupal.org/user/116906) Related to !27 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When using the Paragraphs Entity Embed module, system messages related to embedded Paragraph entities appear to editors or end-users after saving content. These messages, such as:</p> <pre>EmbeddedParagraphs 05bc4edb-1217-4b7b-85f4-15abfafe6d46 has been created.<br>EmbeddedParagraphs 05bc4edb-1217-4b7b-85f4-15abfafe6d46 has been updated.</pre><p>are unnecessary and confusing, for two reasons:</p> <ol> <li>The UUIDs are meaningless to content editors.</li> <li>They clutter the UI with a message for each embedded entity, each time its edited. even though those entities are part of the parent content (e.g., an article). Editors expect to manage the article as a whole, not receive updates for each embedded sub-entity.</li> </ol> <p>These messages should be logged to watchdog only and not shown to the user. The user should only see the main entities update messages (e.g., <code>Article [name] was updated</code>)</p>
issue