Loading core/modules/taxonomy/taxonomy.links.task.yml +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,11 @@ entity.taxonomy_term.edit_form: route_name: entity.taxonomy_term.edit_form base_route: entity.taxonomy_term.canonical entity.taxonomy_term.delete_form: title: 'Delete' route_name: entity.taxonomy_term.delete_form base_route: entity.taxonomy_term.canonical entity.taxonomy_vocabulary.overview_form: title: 'List' route_name: entity.taxonomy_vocabulary.overview_form Loading core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ protected function setUp() { */ public function testTaxonomyPageLocalTasks($route, $subtask = []) { $tasks = [ 0 => ['entity.taxonomy_term.canonical', 'entity.taxonomy_term.edit_form'], 0 => ['entity.taxonomy_term.canonical', 'entity.taxonomy_term.edit_form', 'entity.taxonomy_term.delete_form'], ]; if ($subtask) { $tasks[] = $subtask; Loading Loading
core/modules/taxonomy/taxonomy.links.task.yml +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,11 @@ entity.taxonomy_term.edit_form: route_name: entity.taxonomy_term.edit_form base_route: entity.taxonomy_term.canonical entity.taxonomy_term.delete_form: title: 'Delete' route_name: entity.taxonomy_term.delete_form base_route: entity.taxonomy_term.canonical entity.taxonomy_vocabulary.overview_form: title: 'List' route_name: entity.taxonomy_vocabulary.overview_form Loading
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ protected function setUp() { */ public function testTaxonomyPageLocalTasks($route, $subtask = []) { $tasks = [ 0 => ['entity.taxonomy_term.canonical', 'entity.taxonomy_term.edit_form'], 0 => ['entity.taxonomy_term.canonical', 'entity.taxonomy_term.edit_form', 'entity.taxonomy_term.delete_form'], ]; if ($subtask) { $tasks[] = $subtask; Loading