From 03e8ba6937529e0079b07efc5041e3672ab1f62f Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 16 Aug 2021 18:08:02 +0800 Subject: [PATCH] * Modify the button of view closed executions style in execution kanban. --- .../execution/view/executionkanban.html.php | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index fa91328df7..a7b00d03f0 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -46,20 +46,27 @@
$execution):?> -
delay)) echo "style='border-left: 3px solid red';";?>> + +
+ createLink('execution', 'all', "status=closed&projectID=$projectID"), $execution, '', "title='$execution'"); + } + else + { + echo "$execution"; + } + ?> +
+ +
status == 'doing' and isset($execution->delay)) echo "style='border-left: 3px solid red';";?>>
createLink('execution', 'all', "status=closed&projectID=$projectID"), $execution, '', "title='$execution'"); - } - else - { - echo html::a($this->createLink('execution', 'task', "executionID=$execution->id"), $execution->name, '', "title='{$execution->name}'"); - } + echo html::a($this->createLink('execution', 'task', "executionID=$execution->id"), $execution->name, '', "title='{$execution->name}'"); } else { @@ -78,6 +85,7 @@
+