From 45a7e5a7c056f5e477156f8d32da3d65acc60385 Mon Sep 17 00:00:00 2001 From: Stephan Salzmann Date: Fri, 27 Dec 2019 13:08:32 +0000 Subject: [PATCH] [DOCS] Correct code block for site configuration The example claims to result in'.../detail/...', site configuration needs to reflect that. Releases: master, 9.5 Resolves: #90017 Change-Id: I3d6d133294763ee0e3e089c102a325a70ca3e1ea Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62794 Tested-by: TYPO3com Tested-by: Benni Mack Reviewed-by: Guido Schmechel Reviewed-by: Benni Mack --- .../Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst index deb8f8025529..d3e686c680cc 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst @@ -186,7 +186,7 @@ And generate the following URLs routes: - { routePath: '/list/{page}', _controller: 'News::list', _arguments: {'page': '@widget_0/currentPage'} } - { routePath: '/tag/{tag_name}', _controller: 'News::list', _arguments: {'tag_name': 'overwriteDemand/tags'}} - - { routePath: '/blog/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} } + - { routePath: '/detail/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} } - { routePath: '/archive/{year}/{month}', _controller: 'News::archive' } defaultController: 'News::list' defaults: