* Fix bug #11006,#11058.

This commit is contained in:
holan20180123
2021-04-06 11:19:09 +08:00
parent 3e6d2d7d90
commit 8f5471ebe6
9 changed files with 17 additions and 7 deletions
+5
View File
@@ -1139,6 +1139,11 @@ class executionModel extends model
$module = 'execution';
$method = 'task';
}
if($module == 'testcase' and ($method == 'view' || $method == 'edit' || $method == 'batchedit'))
{
$module = 'execution';
$method = 'testcase';
}
if($module == 'build' and ($method == 'edit' || $method= 'view'))
{
$module = 'execution';