-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
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.
Reactions are currently unavailable