Skip to content

Multiple dashboards and association-links #7343

@4d4ch4u32

Description

@4d4ch4u32

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions