-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
hi georg π
had the problem that my pagination partial did not receive the overwrite demand for categories when trying to navigate to other pages when a category is selected by the filter plugin and has multiple pages.
i just passed the overwriteDemand in the list template and also in the pagination partial
#list template
#old:
<f:render partial="List/Pagination" arguments="{pagination: pagination.pagination, paginator: pagination.paginator}" />
#new:
<f:render partial="List/Pagination" arguments="{pagination: pagination.pagination, paginator: pagination.paginator, overwriteDemand: overwriteDemand}" />
#i used numbered_pagination ext partial file
#old:
<a href="{f:uri.action(action:actionName, arguments:{currentPage: pagination.previousPageNumber})}" title="{f:translate(key:'widget.pagination.previous',extensionName:'fluid')}">
{f:translate(key:'widget.pagination.previous', extensionName: 'fluid')}
</a>
#new:
<a href="{f:uri.action(action:actionName, arguments:{currentPage: pagination.previousPageNumber, overwriteDemand: overwriteDemand})}" title="{f:translate(key:'widget.pagination.previous',extensionName:'fluid')}">
{f:translate(key:'widget.pagination.previous', extensionName: 'fluid')}
</a>
hope that helps, greetings :)
asumma-ib and lichtteil
Metadata
Metadata
Assignees
Labels
No labels