Bug #71745
closedEpic #72342: Remove deprecated code from the core
Task #72438: Remove deprecated code from FlashMessage
RecordList uses deprecated method render() of FlashMessage
0%
Description
TYPO3\CMS\Recordlist\RecordList uses deprecated method render() of TYPO3\CMS\Core\Messaging\FlashMessage.
Right within main() when it (the BE list module) shows the message 'noRecordsOnThisPage' for an empty folder.
Updated by Martin Kutschker about 9 years ago
More issues of the same:
typo3/sysext/recordlist/Classes/LinkHandler/PageLinkHandler.php
TYPO3\CMS\Recordlist\LinkHandler\PageLinkHandler->getTemporaryTreeMountCancelNotice()
typo3/sysext/recordlist/Classes/Browser/DatabaseBrowser.php
TYPO3\CMS\Recordlist\Browser\DatabaseBrowser->getTemporaryTreeMountCancelNotice()
typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php
TYPO3\CMS\WizardCrpages\Controller\CreatePagesWizardModuleFunctionController->main()
2 occurences!
Possible solution?
TYPO3\CMS\Core\Messaging\FlashMessageQueue->renderFlashMessages()
Updated by Martin Kutschker almost 9 years ago
Some of these occurences are better changed to callouts (the infobox viewhelper).
Updated by Michael Oehlhof over 8 years ago
- Status changed from New to Closed
This has been fixed with item 73421