* Code for task #41775.

This commit is contained in:
孙广明
2021-08-26 15:45:59 +08:00
parent 718a96fd42
commit 4b230745c1
11 changed files with 173 additions and 71 deletions
+3
View File
@@ -69,6 +69,9 @@ class program extends control
public function kanban()
{
$this->app->loadLang('release');
$this->view->title = $this->lang->program->kanban->common;
$this->view->kanbanGroup = $this->program->getKanbanGroup();
$this->display();
}