Commit 7cdcc0c9 authored by Bachir soussi chiadmi's avatar Bachir soussi chiadmi Committed by Jonathan Sacksick
Browse files

Issue #3266426 by bachbach, nielsva: Fix the route definition for the Field UI routes.

parent 75c245d3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ entity.commerce_pricelist.bundle_page:
  options:
    _admin_route: 'TRUE'
    parameters:
      bundle: 'string'
      bundle:
        type: 'string'

entity.commerce_pricelist_item.bundle_page:
  path: '/admin/commerce/config/price-lists/item-types/{bundle}'
@@ -58,7 +59,8 @@ entity.commerce_pricelist_item.bundle_page:
  options:
    _admin_route: 'TRUE'
    parameters:
      bundle: 'string'
      bundle:
        type: 'string'

commerce_pricelist.configuration:
  path: '/admin/commerce/config/price-lists'