in2code-de / powermail

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
https://in2code.de
86 stars 173 forks source link

Pagination in backend module is broken for listAction #1118

Closed vnc-jboe closed 1 week ago

vnc-jboe commented 3 weeks ago

Powermail v12.3.5 TYPO3 v12.4.19

The pagination in the backend module for email lists is broken. When you try to click on a page number, the currentPage variable is set but the list page view still remains on page number 1.

I guess it's about the handling of page number in the listAction of ModuleController. I'm gonna write a fix now.

In powermail v12.4.0 is still the same bug.

mschwemer commented 1 week ago

Thanks for your contrib. Fixed with #1129