diff --git a/module/testcase/view/linkbugs.html.php b/module/testcase/view/linkbugs.html.php index 97b8057883..4247b2b457 100644 --- a/module/testcase/view/linkbugs.html.php +++ b/module/testcase/view/linkbugs.html.php @@ -53,7 +53,7 @@ bug->priList, $bug2Link->pri, $bug2Link->pri)?>'>bug->priList, $bug2Link->pri, $bug2Link->pri)?> createLink('product', 'browse', "productID={$bug2Link->product}&branch={$bug2Link->branch}"), $products[$bug2Link->product], '_blank');?> - createLink('bug', 'view', "bugID=$bug2Link->id"), $bug2Link->title, '_blank');?> + createLink('bug', 'view', "bugID=$bug2Link->id"), $bug2Link->title, '_blank');?> bug->typeList, $bug2Link->type);?> openedBy);?> bug->processStatus('bug', $bug2Link);?> diff --git a/module/testcase/view/linkcases.html.php b/module/testcase/view/linkcases.html.php index 3fb409d495..cb4ec347e0 100644 --- a/module/testcase/view/linkcases.html.php +++ b/module/testcase/view/linkcases.html.php @@ -53,7 +53,7 @@ testcase->priList, $case2Link->pri, $case2Link->pri)?>'>testcase->priList, $case2Link->pri, $case2Link->pri)?> createLink('product', 'browse', "productID={$case2Link->product}&branch={$case2Link->branch}"), $products[$case2Link->product], '_blank');?> - createLink('testcase', 'view', "caseID=$case2Link->id"), $case2Link->title, '_blank');?> + createLink('testcase', 'view', "caseID=$case2Link->id"), $case2Link->title, '_blank');?> testcase->typeList[$case2Link->type];?> openedBy);?> processStatus('testcase', $case2Link);?>