Project

General

Profile

Actions

Bug #86939

closed

PageRouter: rootPage missing as candidate from routePath

Added by Achim Fritz over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Frontend
Target version:
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

Also available in: Atom PDF