Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d00ef290
Verified
Commit
d00ef290
authored
Jul 19, 2017
by
larowlan
Browse files
Issue
#2894609
by StijnStroobants: Routing paths should start with a slash
parent
7755d437
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/block/block.routing.yml
View file @
d00ef290
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment