diff --git a/module/execution/model.php b/module/execution/model.php index fd12a6495e..52d3c255a4 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -1149,6 +1149,11 @@ class executionModel extends model $module = 'execution'; $method = 'testcase'; } + if($module == 'testtask' and ($method == 'view' || $method == 'create' || $method == 'edit')) + { + $module = 'execution'; + $method = 'testtask'; + } if($module == 'build' and ($method == 'edit' || $method= 'view')) { $module = 'execution';