Closed nvindice closed 2 years ago
What problem does this solve and which error (message) did the code create before?
The default controller names are always written in lower case, which prevents the Typo3 route generator from detecting the correct route for SEO friendly URL generation (e.g. $controller = 'catalog'
does not fit the Catalog::detail
route).
This fixes a regression from commit https://github.com/aimeos/ai-typo3/commit/bc3731fbad923f46dead403c740b754d334e6fb4
Thanks a lot!
Branch master
See the other URL view helper for frontend URL generation.
Please be careful tampering with the Typo3 URL generation as it's a complex process leading to many issues which are hard to debug...