Project

General

Profile

Actions

Bug #99377

closed

Constant substitution not working

Added by Roman Büchler over 1 year ago. Updated about 1 year ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2022-12-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Using the following typoscript constants

test {
  a = Hi
  b = {$test.a} everybody
}

with the following typoscript setup

page.1 = TEXT
page.1.value = {$test.b}!

produced until TYPO3 v11 the following output:

Hi everybody!

With TYPO3 v12.1 the substitution from a constant used in a constant doesn't work any more and as a result the following will be rendered:

{$test.a} everybody!

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #97816: New TypoScript parserClosed2022-06-27

Actions
Actions

Also available in: Atom PDF