pimcore / studio-ui-bundle

Studio UI bundle
Other
14 stars 6 forks source link

Asset List Inline Edit #173

Open fashxp opened 7 months ago

fashxp commented 7 months ago

image

vin0401 commented 5 months ago

The following parts are already handled by https://github.com/pimcore/studio-ui-bundle/pull/323:

Therefor the inline editing can already be used for properties, etc. Optimistic inline updates in the list view of an folder are still missing due to missing update endpoint.

mattamon commented 5 months ago

Can we get a list of which fields need to be updated?

I already did a PR for the parent id https://github.com/pimcore/studio-backend-bundle/pull/94 All other fields should be done in a similar fashion.

We can also the then provide a batch update route where we can still use the the updater or we can delegate to server side events.

markus-moser commented 5 months ago

@mattamon I created a separate issue with the list of fields which need to be updated: https://github.com/pimcore/studio-backend-bundle/issues/134