Bug #35674
Depreciation log: Use of FlashMessages
| Status: | Resolved | Start date: | 2012-04-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Has patch: | No | |
| PHP Version: | 5.3 | Complexity: | ||
| Votes: | 0 |
Description
With current version the depreciation log is flooded with messages starting like:
04-04-12 10:37: Tx_Fluid_ViewHelpers_RenderFlashMessagesViewHelper->initialize()
To solve, change all occurrances of <f:renderFlashMessages... to <f:flashMessages...
This is currently needed to be done in two files:
Resources/Private/Layouts/Backend/Default.html
Resources/Private/Layouts/General.html
Associated revisions
[BUGFIX] Use non deprecated f:flashMessages
f:renderFlashMessages is deprecated
Change-Id: I41a4a94a50983fa3ce7fe096f25ace99e37ee047
Resolves: #35674
History
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10162
Updated by Georg Ringer about 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100