mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
added missing typedoc + removed console.logs
This commit is contained in:
@@ -242,6 +242,9 @@ export class SubmissionObjectEffects {
|
||||
catchError(() => observableOf(new DiscardSubmissionErrorAction(action.payload.submissionId))));
|
||||
}));
|
||||
|
||||
/**
|
||||
* Adds all metadata an item to the SubmissionForm sections of the submission
|
||||
*/
|
||||
@Effect() addAllMetadataToSectionData = this.actions$.pipe(
|
||||
ofType(SubmissionObjectActionTypes.UPLOAD_SECTION_DATA),
|
||||
switchMap((action: UpdateSectionDataAction) => {
|
||||
|
Reference in New Issue
Block a user