Actions
Task #86138
closedUse filterNumericIds as real filter method in DataMapProcessor
Start date:
2018-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently there is an option in \TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::filterNumericIds to filter ids and either return an array with elements that have a numeric id or to return an array with items that have no numeric id. This option is not needed and the method should always return what it is intended to return. If you need an array with non-numeric ids, you can simply calculate the offset of all items and the filtered once.
Actions