From b32009a0cee406dfb480670473137c8260b2d656 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Thu, 30 Dec 2021 15:34:44 +0800 Subject: [PATCH] *Fix execution kanban bug. --- module/execution/control.php | 3 +++ module/kanban/view/viewarchivedcard.html.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 7856b29095..48533e8425 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2010,6 +2010,9 @@ class execution extends control } $userList = $this->dao->select('account, realname name, avatar')->from(TABLE_USER)->where('deleted')->eq(0)->fetchAll('account'); + $userList['closed']['account'] = 'closed'; + $userList['closed']['name'] = 'closed'; + $userList['closed']['avatar'] = ''; $this->view->title = $this->lang->execution->kanban; $this->view->position[] = html::a($this->createLink('execution', 'browse', "executionID=$executionID"), $execution->name); diff --git a/module/kanban/view/viewarchivedcard.html.php b/module/kanban/view/viewarchivedcard.html.php index 537d716593..cf7acfd42c 100644 --- a/module/kanban/view/viewarchivedcard.html.php +++ b/module/kanban/view/viewarchivedcard.html.php @@ -91,7 +91,7 @@ $userCount = count($assignedToList); ?> 0):?> -
+