From 244a4b4bddfd46de0f922a7c008ddf7cb830990d Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Thu, 16 Dec 2021 08:37:24 +0800 Subject: [PATCH] *fix bug. --- module/kanban/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/kanban/control.php b/module/kanban/control.php index 55efad28bf..3cd36729f2 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -603,6 +603,7 @@ class kanban extends control } $this->view->column = $column; + $this->view->title = $column->name . $this->lang->colon . $this->lang->kanban->setColumn; $this->display(); }