Skip to content

Commit 5e9f0c7

Browse files
author
Marvin Kuhn
committed
fixed bug that pagination is shown if its disabled
1 parent f1d1f61 commit 5e9f0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/Private/Fusion/Component/List.fusion

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) {
3131
totalCount = ${ collection.totalCount }
3232
itemsPerPage = ${ props.itemsPerPage }
3333
paginationConfig = ${ props.paginationConfig }
34+
35+
@if.shouldPaginate = ${ props.paginated }
3436
}
3537
}
3638

0 commit comments

Comments
 (0)