* Finish task#45015.

This commit is contained in:
xieqiyu
2021-12-03 09:35:36 +08:00
parent 1c86d07967
commit 346b0cf9e2
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -1374,6 +1374,10 @@ class executionModel extends model
{
$link = helper::createLink($module, 'browse', "executionID=%s&from=execution");
}
elseif($module == 'testreport' and $method == 'create')
{
$link = helper::createLink('execution', 'testtask', "executionID=%s");
}
else
{
$link = helper::createLink($module, $method, "executionID=%s");