65711: implemented retrieval and initial saving of name variants

This commit is contained in:
lotte
2019-10-24 16:41:11 +02:00
parent f53ebba096
commit 5925b50141
9 changed files with 96 additions and 55 deletions

View File

@@ -241,6 +241,7 @@ export class SubmissionSectionformComponent extends SectionModelComponent {
message: msg,
path: '/sections/' + this.sectionData.id
};
console.error(e.stack);
this.sectionService.setSectionError(this.submissionId, this.sectionData.id, sectionError);
}
}