Issue #2894609 by StijnStroobants: Routing paths should start with a slash

8.4.x
Lee Rowlands 2017-07-19 05:58:48 +10:00
parent 7755d437e0
commit d00ef290c9
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ block.admin_display:
_permission: 'administer blocks'
block.admin_display_theme:
path: 'admin/structure/block/list/{theme}'
path: '/admin/structure/block/list/{theme}'
defaults:
_controller: '\Drupal\block\Controller\BlockListController::listing'
_title: 'Block layout'
@ -61,7 +61,7 @@ block.admin_display_theme:
_permission: 'administer blocks'
block.admin_library:
path: 'admin/structure/block/library/{theme}'
path: '/admin/structure/block/library/{theme}'
defaults:
_controller: '\Drupal\block\Controller\BlockLibraryController::listBlocks'
_title: 'Place block'