Actions
Bug #42490
closedFix handling of additionalHeaderData
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While introducing USER_INT handling for the pageRenderer
a bug has been introduced which breaks traditional usage of
additionalHeaderData and additionalFooterData.
This is the case because the replacement of the headerData is done
first, when the to be replaced strings are not present in the HTML content.
They are stored in the pageRenderer context.
Because of that, we need to replace the pageRenderer marker first
and after that the marker for additionalHeaderData and additionalFooterData
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16013
Updated by Helmut Hummel about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ccdb1a2f16267c56d6a275f7ab380d85fd45588e.
Actions