* Finish task #8089.

This commit is contained in:
holan20180123
2020-09-30 14:07:33 +08:00
parent b43cb38a6c
commit bbf7424e40
+2 -1
View File
@@ -1298,7 +1298,8 @@ class testcase extends control
{
foreach($relatedFiles[$case->id] as $file)
{
$case->files .= $file->title . '<br />';
$fileURL = common::getSysURL() . $this->createLink('file', 'download', "fileID={$file->id}");
$case->files .= html::a($fileURL, $file->title, '_blank') . '<br />';
}
}
}