From eb35e542514f3e94c3e0c8ae228d301a5b85d707 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 22 Aug 2022 15:48:13 +0800 Subject: [PATCH] * Finish task #65781. --- module/testcase/view/linkbugs.html.php | 2 +- module/testcase/view/linkcases.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);?>