This commit is contained in:
liumengyi
2022-01-06 15:25:09 +08:00
parent 77c4ca007d
commit 42e9076e66
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1324,7 +1324,7 @@ class executionModel extends model
$module = 'execution';
$method = 'testcase';
}
if($module == 'testtask' and ($method == 'view' || $method == 'create' || $method == 'edit' || $method == 'linkcase'))
if($module == 'testtask')
{
$module = 'execution';
$method = 'testtask';