Skip to content
Snippets Groups Projects
Commit 1039ba36 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Oliver Bartsch
Browse files

[FEATURE] Provide default queue for notifications

To allow dispatching notifications to the user the easy way, a new global
flash message queue, identified by
`TYPO3\CMS\Core\Messaging\FlashMessageQueue::NOTIFICATION_QUEUE`, is
introduced that takes the flash message and renders it as a notification on
the top-right edge of the backend.

Backend modules based on `TYPO3\CMS\Backend\Template\ModuleTemplate`
automatically gain advantage of this feature.

Resolves: #97595
Releases: main
Change-Id: I0e04f0412117649391c0f50fa4249b7832dded69
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74582


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent fd5712c9
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment