kanow / operations

TYPO3 extension operations to show firefighter operations.
https://extensions.typo3.org/extension/operations
1 stars 2 forks source link

Search params are lost after using pagination links #12

Closed kanow closed 4 years ago

kanow commented 4 years ago

On paginated result after using the search form, the search params are lost after clicking next page or similar.

Fluid widget pagination doesn't respect the search params.

kanow commented 4 years ago

Setting addQueryStringMethod in f:widget.paginate could help but in TYPO3 10 no longer can't set addQueryStringMethod to POST: https://forge.typo3.org/issues/88755

kanow commented 4 years ago

I'm working on refactoring the pagination for the list and search action. I change it to the new TYPO3 paginator API. That should be fix the problem.

kanow commented 4 years ago

Removing old Fluid Widget and using the new pagination API of TYPO3 solve this issue. Use develop Branch to test it. I will do a new release in the next days.