From 753066f4183a63ad052d4ad1aeb2eed05e28ffd5 Mon Sep 17 00:00:00 2001 From: Paurikova2 Date: Thu, 21 Nov 2024 10:06:00 +0100 Subject: [PATCH] new download instruction for cmd using zip from backend --- .../clarin-files-section/clarin-files-section.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/item-page/clarin-files-section/clarin-files-section.component.ts b/src/app/item-page/clarin-files-section/clarin-files-section.component.ts index 464ff1c272d..00f875a93e7 100644 --- a/src/app/item-page/clarin-files-section/clarin-files-section.component.ts +++ b/src/app/item-page/clarin-files-section/clarin-files-section.component.ts @@ -107,9 +107,7 @@ export class ClarinFilesSectionComponent implements OnInit { return file.name; }); - this.command = `curl --remote-name-all ` + this.halService.getRootHref() + `/core/bitstreams/handle/${ - this.itemHandle - }/{${fileNames.join(',')}}`; + this.command = `curl --remote-name-all ` + this.halService.getRootHref() + `/core/items/${this.item.id}/allzip?handleId=${this.itemHandle}`; } loadDownloadZipConfigProperties() {