Bug #71745
closed
Epic #72342: Remove deprecated code from the core
Task #72438: Remove deprecated code from FlashMessage
RecordList uses deprecated method render() of FlashMessage
Added by Martin Kutschker about 9 years ago.
Updated over 8 years ago.
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.
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()
- Assignee set to Martin Kutschker
Some of these occurences are better changed to callouts (the infobox viewhelper).
- Parent task set to #72438
- Status changed from New to Closed
This has been fixed with item 73421
Also available in: Atom
PDF