Actions
Bug #86939
closedPageRouter: rootPage missing as candidate from routePath
Start date:
2018-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
add a routeEnhancer which routes ?page=<x> to /page-<x>
routeEnhancers:
PageBrowser:
type: Simple
routePath: '/page-{page}'
requirements:
page: '[0-9]{1,3}'
_arguments:
page: 'page'
create link to <currentPageId>?page=3
Results in:
clicking <currentPagePath>/page-<x> in FE works not on rootPage, but well on others
Actions