Actions
Bug #88389
closedArrayConverter might not convert strings to array
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2019-05-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
CodingNight
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, \TYPO3\CMS\Extbase\Property\TypeConverter\ArrayConverter does not necessarily convert all strings to array, but only empty ones.
This contradicts the idea of converters because a converter must convert all supported source types to a value of the given target type.
As there are many ways of converting strings to array, the converter should accept a configuration that allows for exploding strings by a given delimiter.
Actions