Project

General

Profile

Actions

Bug #90560

closed

Extbase class mapping : recordType not taken into account anymore

Added by Thomas BENLOLO over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2020-02-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:

Description

Since mapping is implemented in PHP file, recordType is not taken into account anymore.

The bug is located in \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory at line 141 :

$recordType = $classSettings['mapping']['recordType'];

should be :

$recordType = $classSettings['recordType'];
Actions

Also available in: Atom PDF