From ff8e718b37e9042975ea90b6cdad7afdd4478eb0 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 7 Jun 2022 16:00:28 +0800 Subject: [PATCH] * Fix bug #23349. --- module/execution/view/task.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php index 560523475e..7aa13a09ec 100644 --- a/module/execution/view/task.html.php +++ b/module/execution/view/task.html.php @@ -103,6 +103,7 @@ body {margin-bottom: 25px;} ?> product->searchStory;?> + createLink('task', 'create', "executionID=$executionID" . (isset($moduleID) ? "&storyID=0&moduleID=$moduleID" : ""));?>
execution = $executionID; - $taskCreateLink = $this->createLink('task', 'create', "executionID=$executionID" . (isset($moduleID) ? "&storyID=0&moduleID=$moduleID" : "")); ?>