Describe the bug
Creating a custom action pointing to CRUD method does not work at all in EasyAdmin 5. It works fine in version 4 (at least with AdminAction annotation - see #6780)..
To Reproduce
- Install https://github.com/EasyCorp/easyadmin-demo
- Go to "Comments".
- Try to use "Approve", "Reject" or "Mark as spam" custom actions.
Rather than executing action, those are links to /en/admin?entityId=X (main dashboard page).
Additional context
It seems that the routes are not generated for custom actions, even those tagged with AdminAction annotation.
Describe the bug
Creating a custom action pointing to CRUD method does not work at all in EasyAdmin 5. It works fine in version 4 (at least with AdminAction annotation - see #6780)..
To Reproduce
Rather than executing action, those are links to
/en/admin?entityId=X(main dashboard page).Additional context
It seems that the routes are not generated for custom actions, even those tagged with
AdminActionannotation.