Closed
Description
Bug Report
Extbase use the type hint of the setter to map the database field to the object.
However, the setAdditional()
method expects an array. However, a string comes from the database.
The result is that the data is not available in the object.
Expected behavior/output
Correctly stored data is mapped from the database to the property and can then be read using the getAdditional()
method.
Environment
- TYPO3 version(s): 12.4 and 13.4
- cart version: 10.2 and 11.4