Skip to content

Commit

Permalink
fixed current arguements get lost on pagination click
Browse files Browse the repository at this point in the history
  • Loading branch information
breadlesscode authored Dec 9, 2019
1 parent 939d8bc commit 34fb511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Fusion/Component/Pagination.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ prototype(Breadlesscode.Listable:Pagination) < prototype(Neos.Fusion:Component)
isCurrent = ${ String.toInteger(props.currentPage) == String.toInteger(item.page) }
uri = Neos.Neos:NodeUri {
node = ${ documentNode }
addQueryString = true
additionalParams = Neos.Fusion:DataStructure {
currentPage = ${ item.page }
}
Expand Down

0 comments on commit 34fb511

Please sign in to comment.