* Fix error in type field when creating sprint.

This commit is contained in:
leiyong
2020-10-21 11:40:15 +08:00
parent ec4dd58fb7
commit cc5e8dcd96
2 changed files with 19 additions and 11 deletions
+3
View File
@@ -8,6 +8,9 @@ $config->project->weekend = '2';
$config->project->list = new stdclass();
$config->project->list->exportFields = 'id,name,code,PM,end,status,totalEstimate,totalConsumed,totalLeft,progress';
$config->project->modelList['scrum'] = 'sprint';
$config->project->modelList['waterfall'] = 'stage';
global $lang, $app;
$app->loadLang('task');
$config->project->task = new stdclass();