Skip to content

Conversation

@brannow
Copy link

@brannow brannow commented Nov 28, 2025

Powermail’s backend List module loses the current filter and sorting state when navigating through the pagination.
Pagination links only included the currentPage argument, causing filter[form], filter[...], and sorting parameters to be dropped.

This patch fixes the issue by:

passing piVars (containing filter + sorting) from the List template to the Pagination partial

adding filter and sorting arguments to all pagination link URIs

With this change, switching between pages no longer resets the selected form or other filters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant