* [task#126381,doing,0.1h] Add the tutorial of manageProject for kanbanProject.

This commit is contained in:
xieqiyu
2024-09-04 17:31:41 +08:00
committed by 王于听
parent 9796a3a3fc
commit 0587846be7
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -187,6 +187,11 @@ class tutorialModel extends model
$project->name = 'Waterfall Project';
$project->model = 'waterfall';
}
if($guide == 'kanbanProjectManage')
{
$project->name = 'Kanban Project';
$project->model = 'kanban';
}
return $project;
}