Skip to content

Commit

Permalink
Fixed missing datacart items
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanlin2018 committed May 16, 2019
1 parent daa0fd3 commit 9bb8584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class DescriptionComponent {
downloadUrl: null,
description: null,
filetype: null,
resId: "files",
resId: "/",
filePath: "/",
downloadProgress: 0,
downloadInstance: null,
Expand Down
2 changes: 1 addition & 1 deletion angular/src/app/landing/landing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9bb8584

Please sign in to comment.