* finish task#759 and 760
This commit is contained in:
@@ -811,6 +811,7 @@ class bugModel extends model
|
||||
*/
|
||||
public function getByAssigntonull($productID, $projects, $orderBy, $pager)
|
||||
{
|
||||
|
||||
return $this->dao->findByAssignedTo('')->from(TABLE_BUG)->andWhere('product')->eq($productID)
|
||||
->andWhere('project')->in(array_keys($projects))
|
||||
->andWhere('deleted')->eq(0)
|
||||
|
||||
Reference in New Issue
Block a user