*[misc] modify dataset.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
class count_of_daily_created_bug_in_project extends baseCalc
|
||||
{
|
||||
public $dataset = 'getBugs';
|
||||
public $dataset = 'getProjectBugs';
|
||||
|
||||
public $fieldList = array('t1.project', 't1.openedDate');
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
class count_of_effective_bug_in_project extends baseCalc
|
||||
{
|
||||
public $dataset = 'getBugs';
|
||||
public $dataset = 'getProjectBugs';
|
||||
|
||||
public $fieldList = array('t1.project', 't1.status', 't1.resolution');
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
class count_of_fixed_bug_in_project extends baseCalc
|
||||
{
|
||||
public $dataset = 'getBugs';
|
||||
public $dataset = 'getProjectBugs';
|
||||
|
||||
public $fieldList = array('t1.project', 't1.status', 't1.resolution');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user