changed machine name of view from actors to persons
This commit is contained in:
parent
21528a436e
commit
7c5ee54a44
@ -46,7 +46,7 @@ class SeeAllActorsMenuLink extends DeriverBase implements ContainerDeriverInterf
|
|||||||
foreach ($actorTypes as $id => $actorType) {
|
foreach ($actorTypes as $id => $actorType) {
|
||||||
$links[$id] = [
|
$links[$id] = [
|
||||||
'title' => $actorType->label().'s',
|
'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()]
|
'route_parameters' => ['actor_type' => $actorType->id()]
|
||||||
] + $base_plugin_definition;
|
] + $base_plugin_definition;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user