mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
cleaned up debugging remnants
This commit is contained in:
@@ -138,10 +138,8 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
|
|||||||
return observableOf([]);
|
return observableOf([]);
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
debugger;
|
|
||||||
this.uploadEnabled$ = this.sectionsService.isSectionAvailable(this.submissionId, SectionsType.Upload);
|
this.uploadEnabled$ = this.sectionsService.isSectionAvailable(this.submissionId, SectionsType.Upload);
|
||||||
|
|
||||||
this.uploadEnabled$.subscribe((t) => {console.log('this.uploadEnabled$', t)});
|
|
||||||
// check if is submission loading
|
// check if is submission loading
|
||||||
this.loading = this.submissionService.getSubmissionObject(this.submissionId).pipe(
|
this.loading = this.submissionService.getSubmissionObject(this.submissionId).pipe(
|
||||||
filter(() => this.isActive),
|
filter(() => this.isActive),
|
||||||
|
Reference in New Issue
Block a user