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';