From 2caa233687626fc58a28ba3299301b95eb7a40c6 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 27 Nov 2019 09:32:49 +0800 Subject: [PATCH] * finish task #6596. --- module/project/view/kanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/kanban.html.php b/module/project/view/kanban.html.php index f11ebab71d..9316fc8948 100644 --- a/module/project/view/kanban.html.php +++ b/module/project/view/kanban.html.php @@ -171,7 +171,7 @@
" . zget($realnames, $bug->assignedTo) . ""; - if(empty($bug->assignedTo)) $assignedToRealName = "{$lang->task->noAssigned}"; + if(empty($bug->assignedTo)) $assignedToRealName = "{$lang->task->noAssigned}"; echo html::a($this->createLink('bug', 'assignTo', "bugID={$bug->id}", '', true), ' ' . $assignedToRealName, '', 'class="btn btn-icon-left kanbaniframe bug-assignedTo"');?> bug->statusList, $bug->status);?>