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

[RFC] Create new ActionMapper for batch action #4677

Closed core23 closed 3 years ago

core23 commented 6 years ago

Today we have several methods in the AbstractAdmin to configure something (e.g. a ListMapper for configureListFields, or a ShowMapper for configureShowFields).

Some configuration methods do still rely on fragile arrays, like configureBatchActions. This makes it very hard do change order or remove items on the list.

Refs https://github.com/sonata-project/SonataAdminBundle/pull/4259

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

Will close in favor of the discussion https://github.com/sonata-project/SonataAdminBundle/issues/6826