Actions
Task #71577
closedUse FlexFormService to convert FAL driver configuration
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The FAL driver configuration, which is defined in a FlexForm and saved as XML into the database row, gets converted by a custom method.\TYPO3\CMS\Core\Resource\ResourceFactory::convertFlexFormDataToConfigurationArray
A more technically mature and suitable method exists in FlexFormService, which also allows the usage of multiple FlexForm sheets, instead of the current flat FlexForm structure.
Values from multiple sheets are not passed to the driver's constructor, but the sheets are rendered correctly as tabs in the driver configuration section.
Actions