* [task#126381,doing,0.1h] Add the tutorial of manageProject for kanbanProject.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user