* fix bug#408.
This commit is contained in:
@@ -547,6 +547,7 @@ class bugModel extends model
|
||||
$bugs = $this->dao->select('*')->from(TABLE_BUG)
|
||||
->where('resolvedDate')->ge($project->begin)
|
||||
->andWhere('product')->eq($productID)
|
||||
->andWhere('deleted')->eq(0)
|
||||
->orderBy('openedDate ASC')
|
||||
->fetchAll();
|
||||
return $bugs;
|
||||
|
||||
Reference in New Issue
Block a user