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'");?> +