Problem/Motivation
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:
EmbeddedParagraphs 05bc4edb-1217-4b7b-85f4-15abfafe6d46 has been created.
EmbeddedParagraphs 05bc4edb-1217-4b7b-85f4-15abfafe6d46 has been updated.
are unnecessary and confusing, for two reasons:
- The UUIDs are meaningless to content editors.
- 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.
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., Article [name] was updated)
Comments
Comment #2
loze commentedComment #3
loze commentedComment #4
loze commentedI just realized that the UUID for title I am seeing is due to the patch here #3132549: Add an option to only let paragraphs be used once. I still feel that there should be an option (maybe per embed button) to disable displaying these status messages.
Comment #6
loze commentedThis MR prevents the status messages from displaying when editing from within the ckeditor dialog
Comment #10
smustgrave commentedI'm fine with this change. Thanks!