List 200 contributions per page #110
@@ -170,7 +170,7 @@ export default Service.extend({
|
||||
},
|
||||
|
||||
getContributions() {
|
||||
return this.kredits.Contribution.all()
|
||||
return this.kredits.Contribution.all({page: {size: 200}})
|
||||
.then(contributions => {
|
||||
return contributions.map(contribution => {
|
||||
contribution.contributor = this.contributors.findBy('id', contribution.contributorId.toString());
|
||||
|
||||
Reference in New Issue
Block a user