Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user