-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I use EasyAdmin for a admin backoffice and a customer dashboard in the same project. The EayAdmin crud controllers are in separated directories and the customer dashboard controllers are prefixed with Dashboard. In the DashboardController files the Controller is set to the MenuItems using `setController().
In the backoffice, I have some associations from entity a to entity b. When a association field is shown in the index table, the string is linked to the detail view in the specific controller. That works - but the wrong controller is used automatically (a backoffice crud controller links to a dashboard crud controller but the content is shown in the backoffice).
How can I fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels