commented out the yml line untill it works
This commit is contained in:
@ -51,7 +51,7 @@ class SeeAllEventsMenuLink extends DeriverBase implements ContainerDeriverInterf
|
||||
foreach ($eventTypes as $id => $eventType) {
|
||||
$links[$id] = [
|
||||
'title' => $eventType->label(),
|
||||
'route_name' => "view.actors.page_1", //@TODO findout why "view.events.page_1" does not work
|
||||
'route_name' => "view.events.page_1",
|
||||
'route_parameters' => ['type' => $eventType->id()]
|
||||
] + $base_plugin_definition;
|
||||
}
|
||||
|
Reference in New Issue
Block a user