Skip to content

Commit

Permalink
fixed bug that pagination is shown if its disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Kuhn committed Feb 13, 2018
1 parent f1d1f61 commit 5e9f0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Private/Fusion/Component/List.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) {
totalCount = ${ collection.totalCount }
itemsPerPage = ${ props.itemsPerPage }
paginationConfig = ${ props.paginationConfig }

@if.shouldPaginate = ${ props.paginated }
}
}

Expand Down

0 comments on commit 5e9f0c7

Please sign in to comment.