added missing typedoc + removed console.logs

This commit is contained in:
lotte
2020-07-22 10:27:57 +02:00
parent ee8ad1293f
commit 091ec6c917
5 changed files with 18 additions and 4 deletions

View File

@@ -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) => {