This commit is contained in:
tianshujie98
2021-04-29 09:55:03 +08:00
parent bfc78b6f43
commit 95ff14e30f
+4
View File
@@ -1182,6 +1182,10 @@ class executionModel extends model
{
$link = helper::createLink('execution', $module, "executionID=%s");
}
elseif($module == 'repo')
{
$link = helper::createLink('repo', 'browse', "repoID=0&branchID=&executionID=%s");
}
else
{
$link = helper::createLink($module, $method, "executionID=%s");