We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939d8bc commit 34fb511Copy full SHA for 34fb511
1 file changed
Resources/Private/Fusion/Component/Pagination.fusion
@@ -22,6 +22,7 @@ prototype(Breadlesscode.Listable:Pagination) < prototype(Neos.Fusion:Component)
22
isCurrent = ${ String.toInteger(props.currentPage) == String.toInteger(item.page) }
23
uri = Neos.Neos:NodeUri {
24
node = ${ documentNode }
25
+ addQueryString = true
26
additionalParams = Neos.Fusion:DataStructure {
27
currentPage = ${ item.page }
28
}
0 commit comments