Switch to contribution token instead of proposals

No vetos yet, and only for collections (not creation).

closes #20
This commit is contained in:
2019-04-09 12:55:44 +02:00
parent 9c4e431e3b
commit aa28a14d04
11 changed files with 274 additions and 28 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default Route.extend({
},
afterModel() {
return this.kredits.loadContributorsAndProposals()
return this.kredits.loadInitialData()
.then(() => {
this.kredits.addContractEventHandlers();
});