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
|
||||
this.subs.push(
|
||||
this.halService.getEndpoint('workspaceitems').pipe(
|
||||
this.halService.getEndpoint(this.submissionService.getSubmissionObjectLinkName()).pipe(
|
||||
filter((href: string) => isNotEmpty(href)),
|
||||
distinctUntilChanged())
|
||||
.subscribe((endpointURL) => {
|
||||
|
Reference in New Issue
Block a user