pimcore/studio-backend-bundle

[Custom Metadata] Serializer exception

Closed this issue · 1 comments

We had a similar case also in the versions API: #267

When a asset metadata attribute contains multiple cars we get an exception like this:

image

Not sure if this needs to be solved in the backend bundle or will be part of the asset metadata class definitions implementation? The multi releation data type is part of this bundle but not of the core.

I would say we should fix this in the backend bundle for now so its possible to use the endpoint and then adapt further when working on asset metadata class definitions implementation.

Should be resolved by #293