1
0

[CST-5197] fix issue with uploading file during workflow

This commit is contained in:
Giuseppe Digilio
2022-01-27 17:55:56 +01:00
parent acb842edf0
commit 2f4a667119

View File

@@ -155,7 +155,7 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
// init submission state // init submission state
this.subs.push( this.subs.push(
this.halService.getEndpoint('workspaceitems').pipe( this.halService.getEndpoint(this.submissionService.getSubmissionObjectLinkName()).pipe(
filter((href: string) => isNotEmpty(href)), filter((href: string) => isNotEmpty(href)),
distinctUntilChanged()) distinctUntilChanged())
.subscribe((endpointURL) => { .subscribe((endpointURL) => {