forked from hazza/dspace-angular
[CST-5197] fix issue with uploading file during workflow
This commit is contained in:
@@ -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) => {
|
||||||
|
Reference in New Issue
Block a user