Alexey Alshenetsky
Alexey Alshenetsky
Try this: https://github.com/alshenetsky/easyadmin-breadcrumbs
Why not ``` private function getCostTypeCrudLink(): string { return $this->adminUrlGenerator ->setDashboard(AdminDashboardController::class) ->setController(CostTypeCrudController::class) ->setAction(Action::INDEX) ->unset('entityId') ->generateUrl(); } ``` ?
@nopenopenope You may disagree with me, but in my opinion that's the way it's designed. EaAdminUrlGenerator takes the current URL as a base with the ability to override any part...