From 7d5b4616bb13c3c8c2573d08a5b4ee53cde391f0 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 25 May 2022 05:53:27 +0000 Subject: [PATCH] * Finish task #54991. --- module/execution/view/tips.html.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/module/execution/view/tips.html.php b/module/execution/view/tips.html.php index 85379d575a..23c9dee70a 100644 --- a/module/execution/view/tips.html.php +++ b/module/execution/view/tips.html.php @@ -5,6 +5,14 @@ lifetime != 'ops') echo html::a($this->createLink('execution', 'linkstory', "executionID=$executionID"), $lang->execution->linkStory, '', "class='btn' data-app='execution'");?> createLink('task', 'create', "execution=$executionID"), $lang->execution->createTask, '', "class='btn' data-app='execution'");?> createLink('execution', 'task', "executionID=$executionID"), $lang->execution->goback, '', "class='btn' data-app='execution'");?> - createLink('project', 'execution', "status=all&projectID=$projectID"), $lang->execution->gobackExecution, '', "class='btn' data-app='project'");?> + execution->gobackExecution, '', "class='btn' onclick='closeTipModal($projectID)' data-app='project'");?> +