Merge pull request #133 from ascribe/AG-131-Show-more-for-edition-table-not-working

Ag 131 show more for edition table not working
This commit is contained in:
Tim Daubenschütz 2016-01-25 10:25:36 +01:00
commit 58206a6094
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class EditionListActions {
return Q.Promise((resolve, reject) => {
EditionListFetcher
.fetch({ pieceId, page, itemsToFetch, orderBy, orderAsc, filterBy })
.fetch({ pieceId, page, orderBy, orderAsc, filterBy, pageSize: itemsToFetch })
.then((res) => {
if (res && !res.editions) {
throw new Error('Piece has no editions to fetch.');