diff --git a/angular/src/app/datacart/datacart.component.html b/angular/src/app/datacart/datacart.component.html index 29a1b2d92..e8a0b68cd 100644 --- a/angular/src/app/datacart/datacart.component.html +++ b/angular/src/app/datacart/datacart.component.html @@ -88,7 +88,7 @@ - {{file.resFilePath}} + {{file.filePath}} {{file.downloadUrl}} {{file.message}} diff --git a/angular/src/app/landing/description/description.component.ts b/angular/src/app/landing/description/description.component.ts index d490e9261..c3198efba 100644 --- a/angular/src/app/landing/description/description.component.ts +++ b/angular/src/app/landing/description/description.component.ts @@ -160,7 +160,7 @@ export class DescriptionComponent { downloadUrl: null, description: null, filetype: null, - resId: "files", + resId: "/", filePath: "/", downloadProgress: 0, downloadInstance: null, diff --git a/angular/src/app/landing/landing.component.ts b/angular/src/app/landing/landing.component.ts index 65f50aa96..dbba89947 100644 --- a/angular/src/app/landing/landing.component.ts +++ b/angular/src/app/landing/landing.component.ts @@ -466,7 +466,7 @@ export class LandingComponent implements OnInit { downloadUrl: path.downloadURL, description: path.description, filetype: path['@type'][0], - resId: path["filepath"].replace(/^.*[\\\/]/, ''), + resId: tempId, filePath: path.filepath, downloadProgress: 0, downloadInstance: null,