* Code for task #41775.

This commit is contained in:
孙广明
2021-08-25 15:54:15 +08:00
parent b11ac8d119
commit cf06d1f24f
10 changed files with 442 additions and 4 deletions
+6
View File
@@ -67,6 +67,12 @@ class program extends control
$this->display();
}
public function kanban()
{
$this->view->kanbanGroup = $this->program->getKanbanGroup();
$this->display();
}
/**
* Program products list.
*