Added more tests and bug fixes

This commit is contained in:
Giuseppe
2018-08-07 18:48:16 +02:00
parent d254c491c1
commit ffeee8f1a1
13 changed files with 1444 additions and 340 deletions

View File

@@ -131,7 +131,7 @@ export class FormSectionComponent extends SectionModelComponent implements OnDes
message: msg + e.toString(),
path: '/sections/' + this.sectionData.id
};
this.sectionService.setSectionError(this.submissionId, this.sectionData.id, [sectionError])
this.sectionService.setSectionError(this.submissionId, this.sectionData.id, sectionError);
})
}