This commit is contained in:
mayue
2022-07-11 09:54:58 +08:00
parent 43c9570c98
commit 5bedd02491
3 changed files with 17 additions and 4 deletions
+4
View File
@@ -1516,6 +1516,10 @@ class executionModel extends model
{
$link = helper::createLink($module, 'task', "executionID=%s");
}
elseif($module == 'execution' and $method == 'cfd')
{
$link = helper::createLink('execution', 'kanban', "executionID=%s");
}
elseif($module == 'bug' and $method == 'create' and $this->app->tab == 'execution')
{
$link = helper::createLink($module, $method, "productID=0&branch=0&extra=executionID=%s");