From bc31a203ae4d6ccd18fca493dcadf59082bfb8f4 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 15 Feb 2022 10:45:33 +0800 Subject: [PATCH] *Fix bug #19343. --- module/execution/control.php | 1 + module/execution/view/kanban.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 8951234645..aedb4b3007 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2066,6 +2066,7 @@ class execution extends control $this->view->allPlans = $allPlans; $this->view->kanbanData = $kanbanData; $this->view->executionActions = $executionActions; + $this->view->kanban = $this->lang->execution->kanban; $this->display(); } diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 1a02fafbf4..d05a9b436b 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -201,7 +201,7 @@ js::set('hasTaskButton', $hasTaskButton);