Actions
Bug #94244
openPageTypeSuffix Enhancer buggy
Status:
New
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2021-05-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I use PageTypeSuffix enhancer the type parameter in an url is not always respected even if it is defined. This is why ext media_upload does not work again. I I remove the PageTypeSuffix enhancer the type parameter works without problems.
Example:
Works: https://www.oth-aw.de/studieren-und-leben/campusleben/marktplatz/biete-suche/mediaupload.html
Doesn’t work: https://www.oth-aw.de/studieren-und-leben/campusleben/marktplatz/biete-suche/?type=1386871773
On the root page it works:
https://www.oth-aw.de/?type=1386871773
Config:
PageTypeSuffix:
type: PageType
default: /
index: ''
map:
/: 0
...
mediaupload.html: 1386871773
mediadelete.html: 1386871774
If it is solved I would remove the urls in this issue.
Actions