From bb7b663aa4350d4ea9c5cfcee800b2c7fae0275d Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 10 Jun 2025 08:45:07 +0000 Subject: [PATCH] * [bug#63144,done,0.2h] fix bug. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/model.php b/module/execution/model.php index 3cc52f11b6..d7221c2156 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -154,6 +154,7 @@ class executionModel extends model $this->lang->switcherMenu = ''; unset($this->lang->execution->menu->burn); + unset($this->lang->execution->menu->kanban); unset($this->lang->execution->menu->view); unset($this->lang->execution->menu->story); unset($this->lang->execution->menu->qa);