mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
Fixed test
This commit is contained in:
@@ -201,9 +201,9 @@ export class FormSectionComponent extends SectionModelComponent {
|
||||
sectionData,
|
||||
this.submissionService.getSubmissionScope());
|
||||
} catch (e) {
|
||||
const msg = this.translate.instant('error.submission.sections.init-form-error');
|
||||
const msg: string = this.translate.instant('error.submission.sections.init-form-error') + e.toString();
|
||||
const sectionError: SubmissionSectionError = {
|
||||
message: msg + e.toString(),
|
||||
message: msg,
|
||||
path: '/sections/' + this.sectionData.id
|
||||
};
|
||||
this.sectionService.setSectionError(this.submissionId, this.sectionData.id, sectionError);
|
||||
|
Reference in New Issue
Block a user