76150: Implement feedback

This commit is contained in:
Yana De Pauw
2021-01-29 11:05:13 +01:00
committed by Art Lowel
parent 868b7ad37b
commit 3137f3e6c1
6 changed files with 48 additions and 47 deletions

View File

@@ -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);
});
}