By dawehner on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.x
Introduced in version:
8.0.0-beta13
Issue links:
Description:
Some special routes in core, like <fragment> use a route option which results in just displaying the fragment.
In #2351015: URL generation does not bubble cache contexts this was expanded to also show the query:
Before
@@ -394,7 +394,7 @@ system.theme_settings_theme:
'<none>':
path: ''
options:
_only_fragment: TRUE
requirements:
_access: 'TRUE'
After
'<none>':
path: ''
options:
_no_path: TRUE
requirements:
_access: 'TRUE'
Impacts:
Module developers