Actions
Bug #97669
closedHandle COA_INT in config.pageTitle TypoScript assignment
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2022-05-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using deferred content rendering for the page title does not work, since @ will be HTML-encoded in @PageRenderer
and corresponding post-processors in TypoScriptFrontendController
are not considering <--INT_SCRIPT.12345 -->
.
config { noPageTitle = 1 pageTitle.cObject = COA_INT pageTitle.cObject { 10 = TEXT 10.value = Page Title created during content rendering } }
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74713
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74714
Updated by Oliver Hader over 2 years ago
- Status changed from Under Review to Rejected
Lack of community interest, dropping this change.
Actions