Commit f5ad57ec authored by Ivan Doroshenko's avatar Ivan Doroshenko Committed by Ivan Doroshenko
Browse files

Issue #2928898 by Matroskeen: Wrong title callback

parent 5ab94556
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ entity.shopify_product.canonical:
  path: '/store/product/{shopify_product}'
  defaults:
    _entity_view: 'shopify_product'
    _title_callback: 'Entity::label'
    _title_callback: '\Drupal\Core\Entity\Controller\EntityController::title'
  requirements:
    _entity_access: 'shopify_product.view'