Support query params for adding contribution
Just contributor ID, kind, and amount for now.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ Router.map(function() {
|
||||
this.route('new');
|
||||
});
|
||||
this.route('contributions', function() {
|
||||
this.route('new');
|
||||
this.route('new', { queryParams: ['contributorId', 'kind', 'amount'] });
|
||||
this.route('resubmit', { path: ':id/resubmit' });
|
||||
});
|
||||
this.route('contributors', function() {
|
||||
|
||||
Reference in New Issue
Block a user