Bug #71640
closedTyposcript constants defined in pagetsconfig are not available in TS when pageTSconfig is set with include
100%
Description
The new feature, which allows adding pagetsconfig as includes (#68315), is not implemented in \TYPO3\CMS\Core\TypoScript\TemplateService::mergeConstantsFromPageTSconfig, therefore no constants are forwarded to FE.
Example page TSconfig in a file, which is included:
TSFE.constants.the_text = Hello!
Example in TypoScript template:
page.1000 = TEXT page.1000.value = {$the_text}
Updated by Gerrit Code Review about 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44764
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44764
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44764
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44764
Updated by Markus Klein about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ed765fb484ec8860b5b7c24e04f4bf4baff8fad6.