Bug #97172
closedTemplateAnalyzer does not show constants populated from site settings for nested sites
100%
Description
Page tree:
- UID 1 - Root - Normal Page - No Site
-- UID 2 - Is_siteroot - Site Configured
Config.yaml
rootPageId: 2
settings:
foo: bar
Expectation:
Backend TS Object Browser shows constant `foo`.
Reality:
TS Object Browser only considers UID 1 for site finding and fails to find the config.
Updated by Gerrit Code Review over 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/+/73902
Updated by Gerrit Code Review over 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/+/73956
Updated by Susanne Moog over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6154dd918648f99525fd70376ab3445b214b8c3d.
Updated by Christian Kuhn over 2 years ago
- Related to Feature #91081: Populate site settings to TSconfig added
Updated by Christian Kuhn over 2 years ago
- Related to Feature #91080: Populate site settings to TypoScript constants added
Updated by Philipp Kitzberger almost 2 years ago
Just as an info for anyone wondering: I can confirm that this bug exists in 10.4.34 as well and the above mentioned patch is working without any adjustments for that version as well.