From 9c41c4662446ebe636275240564df05385a793fb Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Fri, 31 Dec 2021 17:10:12 +0800 Subject: [PATCH] *Fix bug #18132. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index 80c1f014c1..cfa7be48ae 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -1324,7 +1324,7 @@ class executionModel extends model $module = 'execution'; $method = 'testcase'; } - if($module == 'testtask' and ($method == 'view' || $method == 'create' || $method == 'edit')) + if($module == 'testtask' and ($method == 'view' || $method == 'create' || $method == 'edit' || $method == 'linkcase')) { $module = 'execution'; $method = 'testtask';