Actions
Bug #86243
closedFormFileExtensionUpdate is broken because of new symfony expression language in TypoScript
Start date:
2018-09-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The FormFileExtensionUpdate
wizard is broken because of the new symfony expression language in TypoScript.
The FormFileExtensionUpdate
make use of \TYPO3\CMS\Form\Mvc\Configuration\ConfigurationManager::getTypoScriptSettings
which calls the extbase configuration manager to resolve the TypoScript. This looks not ready for the usage in the install tool.
Not sure how to solve this issue without remove the usage of extbase, which maybe is the best solution.
Actions