Project

General

Profile

Actions

Bug #97669

closed

Handle COA_INT in config.pageTitle TypoScript assignment

Added by Oliver Hader almost 2 years ago. Updated over 1 year ago.

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 &lt--INT_SCRIPT.12345 --&gt.

config {
  noPageTitle = 1
  pageTitle.cObject = COA_INT
  pageTitle.cObject {
    10 = TEXT
    10.value = Page Title created during content rendering
  }
}
Actions #1

Updated by Oliver Hader almost 2 years ago

  • Description updated (diff)
Actions #2

Updated by Oliver Hader almost 2 years ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader almost 2 years ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Oliver Hader over 1 year ago

  • Status changed from Under Review to Rejected

Lack of community interest, dropping this change.

Actions

Also available in: Atom PDF