pimcore / studio-ui-bundle

Studio UI bundle
Other
12 stars 2 forks source link

Asset List Inline Edit #173

Open fashxp opened 3 months ago

fashxp commented 3 months ago

image

vin0401 commented 1 month 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 1 month 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 3 weeks 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