This commit is contained in:
zhouxudong
2022-02-15 10:45:33 +08:00
parent abf746ad62
commit bc31a203ae
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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();
}