[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:core-ci <typo3@b13.com> Tested-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/backend/Classes/Template/ModuleTemplate.php 16 additions, 0 deletionstypo3/sysext/backend/Classes/Template/ModuleTemplate.php
- typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php 3 additions, 0 deletionstypo3/sysext/core/Classes/Messaging/FlashMessageQueue.php
- typo3/sysext/core/Classes/Messaging/FlashMessageService.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Messaging/FlashMessageService.php
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-97595-ProvideDefaultQueueForNotifications.rst 46 additions, 0 deletions...2.0/Feature-97595-ProvideDefaultQueueForNotifications.rst
Please register or sign in to comment