Actions
Bug #106814
closedCast record type to string
Start date:
2025-06-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The record type can be an integer, e.g. in EXT:news.
this fails now with
TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap::__construct(): Argument #3 ($recordType) must be of type ?string, int given, called in /var/www/html/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php on line 122
Updated by Gerrit Code Review 20 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89607
Updated by Gerrit Code Review 19 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89607
Updated by Georg Ringer 17 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 83647e94ff01e0ec958cab56c9ea7968e9959995.
Updated by Nikita Hovratov 17 days ago
- Related to Task #105757: Turn extbase DataMap into a readonly DO added
Actions