[TASK] Set FlashMessageQueue for ModuleTemplate in extbase controller
For the Module Template Layout to render FlashMessages, it needs to hold the FlashMessageQueue with the added messages. This needs to be done manually for extbase extensions, as they are holding their own internal queue. This patch also reverts the related patch #97569, which fixed it by adding an explicit f:flashMessages VH to the templates. Resolves: #97717 Related: #97569 Related: #96745 Releases: main Change-Id: I926298f303a4d0d0ffdaffa771ac7667f971b8f1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74795 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/belog/Classes/Controller/BackendLogController.php 1 addition, 0 deletions.../sysext/belog/Classes/Controller/BackendLogController.php
- typo3/sysext/belog/Resources/Private/Templates/BackendLog/List.html 0 additions, 1 deletion...xt/belog/Resources/Private/Templates/BackendLog/List.html
- typo3/sysext/beuser/Classes/Controller/BackendUserController.php 1 addition, 0 deletions...ysext/beuser/Classes/Controller/BackendUserController.php
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html 0 additions, 1 deletion...user/Resources/Private/Templates/BackendUser/Compare.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/CompareGroups.html 0 additions, 1 deletion...esources/Private/Templates/BackendUser/CompareGroups.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Groups.html 0 additions, 1 deletion...euser/Resources/Private/Templates/BackendUser/Groups.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html 0 additions, 1 deletion...beuser/Resources/Private/Templates/BackendUser/Index.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Online.html 0 additions, 1 deletion...euser/Resources/Private/Templates/BackendUser/Online.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Show.html 0 additions, 1 deletion.../beuser/Resources/Private/Templates/BackendUser/Show.html
Please register or sign in to comment