Actions
Bug #97172
closedTemplateAnalyzer does not show constants populated from site settings for nested sites
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2022-03-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions