Actions
Bug #92956
closedWrong context passed to processPlaceholders in YAML processImports
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2020-11-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The `YamlFileLoader::processPlaceholders()` method called in `YamlFileLoader::processImports()` receives a wrong set of data as reference array. So it is not possible to access placeholders that are already defined but only call new placeholder methods.
Actions