[CST-4879] After changing options in access-conditions.xml, "grant access" fields are displayed incorrectly

This commit is contained in:
Davide Negretti
2021-11-24 20:17:16 +01:00
parent 6752acbf12
commit 27bce0e5bb
2 changed files with 4 additions and 6 deletions

View File

@@ -247,10 +247,6 @@ export class SubmissionSectionUploadFileComponent implements OnChanges, OnInit {
activeModal.componentInstance.pathCombiner = this.pathCombiner;
activeModal.componentInstance.submissionId = this.submissionId;
/*activeModal.componentInstance.saveBitstreamDataEvent.subscribe((res) => {
console.log(JSON.stringify(res));
});*/
}
ngOnDestroy(): void {