mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Fix broken download link in job result lists
This commit is contained in:
parent
3d99b8770c
commit
982d5bc46f
@ -65,7 +65,7 @@ class JobResultList extends RessourceList {
|
|||||||
action = actionButtonElement.dataset.action;
|
action = actionButtonElement.dataset.action;
|
||||||
switch (action) {
|
switch (action) {
|
||||||
case 'download':
|
case 'download':
|
||||||
window.location.href = `/jobs/${this.jobId}/results/${jobResultId}`;
|
window.location.href = `/jobs/${this.jobId}/results/${jobResultId}/download`;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user