changed machine name of view from actors to persons

This commit is contained in:
Naomi 2020-11-18 12:58:39 +00:00
parent 21528a436e
commit 7c5ee54a44
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class SeeAllActorsMenuLink extends DeriverBase implements ContainerDeriverInterf
foreach ($actorTypes as $id => $actorType) {
$links[$id] = [
'title' => $actorType->label().'s',
'route_name' => "view.all_actors_of_a_type.page_1",
'route_name' => "view.all_persons_of_a_type.page_1",
'route_parameters' => ['actor_type' => $actorType->id()]
] + $base_plugin_definition;
}