Merge branch dev/bug-67006 of zentao/zentaopms (#12336)
This commit is contained in:
@@ -22,7 +22,7 @@ class count_of_finished_story extends baseCalc
|
||||
{
|
||||
public $dataset = 'getAllDevStories';
|
||||
|
||||
public $fieldList = array('t1.stage', 't1.closedReason');
|
||||
public $fieldList = array('t1.stage', 't1.status', 't1.closedReason');
|
||||
|
||||
public $result = 0;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ class scale_of_finished_story extends baseCalc
|
||||
{
|
||||
public $dataset = 'getAllDevStories';
|
||||
|
||||
public $fieldList = array('t1.estimate', 't1.closedReason', 't1.parent', 't1.isParent');
|
||||
public $fieldList = array('t1.estimate', 't1.status', 't1.closedReason', 't1.parent', 't1.isParent');
|
||||
|
||||
public $result = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user