EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Fix retrieval of CRUD controller FQCN for batch action with pretty URLs

Open thomas-l opened this issue 9 months ago • 1 comments

The batch action failed with pretty URLs.

Fixes https://github.com/EasyCorp/EasyAdminBundle/issues/6723

thomas-l avatar Apr 28 '25 20:04 thomas-l

Custom actions must now use the attribute #[AdminAction] to make them work.

The documentation says

Custom actions can define the #[AdminAction]

Which is "must define" in the current case.

I'll transform my PR to cover both cases.

thomas-l avatar Apr 30 '25 09:04 thomas-l