Skip to content
Snippets Groups Projects
Commit 8bb73e3f authored by Benni Mack's avatar Benni Mack Committed by Daniel Goerz
Browse files

[BUGFIX] Allow resolving unmapped type GET parameters with PageTypeDecorator

When the PageTypeDecorator is used for routing, currently ALL available
typeNums must be registered, otherwise links to pages with a typeNum
just get their type removed (fallback to default).

A new check is added when creating links (resolving these URLs with
a GET type= parameter works just fine) for skipping unmapped arguments
when decorating.

Resolves: #87817
Resolves: #88836
Releases: master, 9.5
Change-Id: I252cf80de2befed8396cc93b1bc737d77aa18b31
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62383


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarHenning Liebe <h.liebe@neusta.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarHenning Liebe <h.liebe@neusta.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 12d28ea3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment