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.
Updated by Gerrit Code Review about 6 years ago
- Status changed from In Progress to Under Review
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/58268
Updated by Susanne Moog about 6 years ago
- Status changed from Under Review to Rejected
will be solved with another patch.
Actions