Closed shopwareBot closed 3 weeks ago
We found the following existing issues which may help or are related to your topic:
[public] Automated response: This issue is linked to the internal issue https://shopware.atlassian.net/browse/NEXT-35565.
[created from NEXT-35565, comment 486436]
Description:
A CustomField of
"type" => CustomFieldTypes::JSON
will be mapped toIf the custom field is populated by a sw-entity-multi-id-select component, the fields value is, in fact, of type array (equally encodable to JSON).
The resulting error is:
Environment: Shopware 6.6.1 with OpenSearch 2.13.0
Steps to reproduce:
Expected result:
Product saves correctly and quietly.
Actual result:
Relevant parts of shopware code:
https://github.com/shopware/elasticsearch/blob/77159dc852765e6699622c1dc4eedfdc3ff3d8c9/Product/CustomFieldUpdater.php#L93