Actions
Bug #87036
closedTypoScript getText "site" can't retrieve nested properties
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2018-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Why another issue for that?¶
As described in #86978, it is not possible to retrieve nested values as explained in https://review.typo3.org/#/c/58434/3/typo3/sysext/core/Documentation/Changelog/master/Feature-86422-IntroduceSiteForTypoScriptDataGetTextProperty.rst. The first patch only takes care of catching the exception.
Problem¶
The following getText values for example produces an exception (which get's logged since https://review.typo3.org/#/c/58947/) and will silently not work:
{site:configuration.rootPageId} {site:identifier}
Expectation¶
According to the mentioned RsT of the feature, this must work also with nested values
Actions