tt_address
tt_address copied to clipboard
Pagination loses currentPage with activated routeEnhancers
Bug Report
Current Behavior As soon as I use the routeEnhancers anlog of the documentation, the pagination loses the 'currentPage'.
Pagination without routePath: '/{page-label}-{page}' —> currentPage is played out correctly Pagination with Routing —> currentPage is always 1
Expected behavior/output Pagination with Routing and playback of the correct currentPage.
Environment
- TYPO3 11.5.25
- PHP 8.1
- tt_address 7.1.0
- composer: no
Additional context
Used routing from:
tt_address/Documentation/Configuration/Routing/Index.rst
Thank you!