From 256dadcacc265bfede84a3d3742eea86d07636f8 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 1 Apr 2021 13:48:35 +0800 Subject: [PATCH] * fix bug #11631. --- module/execution/view/testtask.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/testtask.html.php b/module/execution/view/testtask.html.php index bc1c6c43c6..10a7a89016 100644 --- a/module/execution/view/testtask.html.php +++ b/module/execution/view/testtask.html.php @@ -39,7 +39,7 @@

testtask->noTesttask;?> - createLink('testtask', 'create', "product=0&execution=$executionID"), " " . $lang->testtask->create, '', "class='btn btn-info' data-app='execution'");?> + createLink('testtask', 'create', "product=0&executionID=$executionID&build=0&projectID=$execution->project"), " " . $lang->testtask->create, '', "class='btn btn-info' data-app='execution'");?>