From c21f887cbca1f49ff08e7a75baa7bf408126888b Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 14 Feb 2022 17:11:05 +0800 Subject: [PATCH] *Fix bug #18593. --- module/execution/view/all.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index a23e098fe9..9389fca476 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -119,7 +119,7 @@ flex' title='name?>'> systemMode == 'new'):?> - '>execution->typeList[$execution->type]?> + '>execution->typeList[$execution->type]?> projectModel == 'kanban' ? html::a($this->createLink('execution', 'kanban', 'executionID=' . $execution->id), $execution->name, '', "class='text-ellipsis'") : html::a($this->createLink('execution', 'task', 'execution=' . $execution->id), $execution->name, '', "class='text-ellipsis'");