* finish task#759 and 760

This commit is contained in:
areyou123456
2012-04-22 00:38:11 +00:00
parent f5ca4b0904
commit ac1aa7c303
4 changed files with 38 additions and 1 deletions

View File

@@ -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)