mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Changes in order to keep server side validation errors into the submission form state
This commit is contained in:
@@ -144,7 +144,7 @@ export class SubmissionUploadFilesComponent implements OnChanges {
|
||||
this.notificationsService.error(null, this.translate.get('submission.sections.upload.upload-failed'));
|
||||
}
|
||||
}
|
||||
this.sectionService.updateSectionData(this.submissionId, sectionId, sectionData, sectionErrors);
|
||||
this.sectionService.updateSectionData(this.submissionId, sectionId, sectionData, sectionErrors, sectionErrors);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user