* Finish task#41561.

This commit is contained in:
qiyu-xie
2021-08-18 16:24:14 +08:00
parent 4de2b1e37f
commit a2348ddc66
+4 -4
View File
@@ -1299,15 +1299,15 @@ class executionModel extends model
{
$link = helper::createLink('repo', 'browse', "repoID=0&branchID=&executionID=%s");
}
elseif($module == 'doc')
{
$link = helper::createLink('doc', $method, "type=execution&objectID=%s&from=execution");
}
else
{
$link = helper::createLink($module, $method, "executionID=%s");
}
if($module == 'doc')
{
$link = helper::createLink('doc', $method, "type=execution&objectID=%s&from=execution");
}
return $link;
}