Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from district09/feature/HEAT-6669057
Browse files Browse the repository at this point in the history
HEAT-6669057: Update callback url for D10 compatibility
  • Loading branch information
jonasanne authored Jan 8, 2024
2 parents 2cc14d7 + fd90e29 commit 3a689ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion og_sm_taxonomy/og_sm_taxonomy.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ og_sm_taxonomy.vocabulary.term_overview:
path: '/group/node/{node}/admin/taxonomy/{taxonomy_vocabulary}'
defaults:
_form: 'Drupal\taxonomy\Form\OverviewTerms'
_title_callback: 'Drupal\taxonomy\Controller\TaxonomyController::vocabularyTitle'
_title_callback: '\Drupal\Core\Entity\Controller\EntityController::title'
requirements:
_entity_access: 'taxonomy_vocabulary.access taxonomy overview'
options:
Expand Down

0 comments on commit 3a689ff

Please sign in to comment.