mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
76150: Implement feedback
This commit is contained in:
@@ -224,7 +224,7 @@ export class SubmissionSectionUploadFileComponent implements OnChanges, OnInit {
|
||||
first())
|
||||
.subscribe((url) => {
|
||||
const fileUrl = `${url}/${this.fileData.uuid}/content`;
|
||||
this.fileService.downloadFile(fileUrl);
|
||||
this.fileService.retrieveFileDownloadLink(fileUrl);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user