Reimbursement form fixes and improvements #223

Merged
raucao merged 7 commits from bugfix/220-reimbursement_sums into master 2024-03-21 10:38:45 +00:00
Showing only changes of commit 3110fd347e - Show all commits
@@ -7,7 +7,7 @@ import contributors from '../../../fixtures/contributors';
module('Integration | Component | add-reimbursement', function(hooks) {
setupRenderingTest(hooks);
hooks.beforeEach(function(assert) {
hooks.beforeEach(function() {
let kredits = this.owner.lookup('service:kredits');
kredits.set('contributors', contributors);
kredits.set('currentUser', contributors.findBy('id', 3));