This commit is contained in:
Yagami
2018-11-16 09:48:22 +08:00
4 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ $lang->product->closedStory = '已关闭';
$lang->product->unclosed = '未关闭';
$lang->product->unplan = '未计划';
$lang->product->allStory = '全部需求';
$lang->product->allStory = '所有';
$lang->product->allProduct = '全部' . $lang->productCommon;
$lang->product->allProductsOfProject = '全部关联' . $lang->productCommon;
+2
View File
@@ -1192,6 +1192,8 @@ class storyModel extends model
$branch = $projects[$task->project];
if(!isset($branchStatusList[$branch])) $branchStatusList[$branch] = $statusList;
if(!isset($branchStatusList[$branch][$task->type])) $branchStatusList[$branch][$task->type] = array();
if(!isset($branchStatusList[$branch][$task->type][$status])) $branchStatusList[$branch][$task->type][$status] = 0;
$branchStatusList[$branch][$task->type][$status] ++;
if($type == 'devel')
{
+14 -14
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long