Project

General

Profile

Actions

Bug #87036

closed

TypoScript getText "site" can't retrieve nested properties

Added by Josef Glatz over 5 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
TypoScript
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


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #87434: site:identifier is not availableClosed2019-01-14

Actions
Follows TYPO3 Core - Bug #86978: TypoScript getText "site" can't retrieve all propertiesClosed2018-11-22

Actions
Actions #1

Updated by Josef Glatz over 5 years ago

  • Due date set to 2018-11-23
  • Start date changed from 2018-11-29 to 2018-11-23
  • Follows Bug #86978: TypoScript getText "site" can't retrieve all properties added
Actions #2

Updated by Josef Glatz over 5 years ago

  • Due date deleted (2018-11-23)
Actions #3

Updated by Josef Glatz over 5 years ago

  • Related to Task #87434: site:identifier is not available added
Actions #4

Updated by Georg Ringer about 5 years ago

  • Status changed from New to Rejected

the rst states that the configuration is returned, nothing else.

  • {site:configuration.rootPageId}: {site:rootPageId}: should work
  • {site:identifier} : identifier is not part of the configuration

the identifier however will be returned once #87434 is resolved. therefore I am closing this issue

Actions

Also available in: Atom PDF