8000 Extbase can't map json string to additional property · Issue #654 · extcode/cart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Extbase can't map json string to additional property #654
Closed
@d-g-codappix

Description

@d-g-codappix

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

Metadata

Metadata

Assignees

Labels

10.xrelated to TYPO3 v1211.xrelated to TYPO3 v13

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0