Bug #88389
closedArrayConverter might not convert strings to array
100%
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.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61410
Updated by Gerrit Code Review almost 5 years ago
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/c/Packages/TYPO3.CMS/+/61410
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61410
Updated by Gerrit Code Review over 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61410
Updated by Gerrit Code Review over 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61410
Updated by Susanne Moog over 4 years ago
- Related to Bug #89068: New routing breaks fragment-only links added
Updated by Susanne Moog over 4 years ago
- Related to deleted (Bug #89068: New routing breaks fragment-only links)
Updated by Susanne Moog over 4 years ago
- Related to Task #90847: DataMapper for array type added
Updated by Gerrit Code Review over 4 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61410
Updated by Gerrit Code Review over 4 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61410
Updated by Christian Benthake over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 45f969cf59b2b1987fcfb35a88936970e3a59fb4.