sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

Create batch edit form #4105

Closed core23 closed 3 years ago

core23 commented 8 years ago

It would be nice if we can find a way to edit multiple items with one edit page.

For example if you want to change the tags of multiple pages. You have to create a custom batch action with a custom form. This needs to be done for every entity. Instead we should introduce something like configureBatchFormFields.

We could implement this after merging https://github.com/sonata-project/SonataAdminBundle/pull/4103 to have a clean starting point.

core23 commented 8 years ago

I've starting working on something, but it's early WIP at the moment: https://github.com/core23/SonataAdminBundle/commits/feature-batch-edit

Koc commented 8 years ago

Partly relates to #3433

grekpg commented 6 years ago

And what about configureBatchFormFields ?

core23 commented 6 years ago

Sorry, I'm not working on this anymore. Feel free to pickup this feature.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

VincentLanglet commented 3 years ago

Closing due to lack of interest