tt_address icon indicating copy to clipboard operation
tt_address copied to clipboard

Pagination loses currentPage with activated routeEnhancers

Open epx-dasc opened this issue 2 years ago • 0 comments

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!

epx-dasc avatar Mar 16 '23 08:03 epx-dasc