Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Dec 7, 2017
1 parent 275905b commit baab892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Media/view/media/media/details.phtml
Expand Up @@ -212,7 +212,7 @@ $this->headTitle($title);
field: 'name',
sortable: true,
formatter: function(value) {
return '<a href="<?php echo $this->basePath() . '/job/details/'; ?>'+value+'">'+value+'</a>';
return '<a href="<?php echo $this->basePath() . '/job/index?jobname='; ?>'+value+'">'+value+'</a>';
}
},
{
Expand Down

0 comments on commit baab892

Please sign in to comment.