Commit 3614f4d9 authored by catch's avatar catch
Browse files

Issue #3122511 by matsbla, neelam_wadhwani, jungle: Add missing link to delete...

Issue #3122511 by matsbla, neelam_wadhwani, jungle: Add missing link to delete form in local tasks for terms
parent 85319eba
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;