pimcore / studio-backend-bundle

Studio Backend bundle
Other
10 stars 1 forks source link

[Bug]: Issue where default metadata PATCH calls are unsuccessful #574

Closed xIrusux closed 1 hour ago

xIrusux commented 4 hours ago

Studio API version

0.0.1

Steps to reproduce

Image

as discussed with Matthias. There is already a fix. This issue is for documentation purposes

Actual Behavior

default metadata can not be updated via PATCH

Expected Behavior

default metadata can be updated via PATCH

mattamon commented 4 hours ago

Resolved by #573

xIrusux commented 3 hours ago

update: After some testing there is still a tweak to be made here. The update works when the patch is a change of the existing default metadata field not when the default metadata was previously empty.

xIrusux commented 1 hour ago

update - tested and considered fixed