Load all past contributions once everything else is loaded

This commit is contained in:
2020-05-29 22:04:03 +02:00
parent c54d754c89
commit bac4c1c425
2 changed files with 32 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ export default Route.extend({
schedule('afterRender', this.kredits.syncContributions,
this.kredits.syncContributions.perform);
}
schedule('afterRender', this.kredits.fetchAllContributions,
this.kredits.fetchAllContributions.perform);
});
}
});