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
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58901
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58901
Updated by Anonymous about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 206414c661c1e473812b355a098648a5dc93a340.
Actions