* added 'all' option to get all items by update modal for 'bug','story' and 'task'.
This commit is contained in:
@@ -680,7 +680,7 @@ class bugModel extends model
|
||||
{
|
||||
$bugs = $this->dao->select('*')->from(TABLE_BUG)
|
||||
->where('deleted')->eq(0)
|
||||
->andWhere("$type")->eq($account)
|
||||
->beginIF($type != 'all')->andWhere("$type")->eq($account)->fi()
|
||||
->orderBy($orderBy)
|
||||
->beginIF($limit > 0)->limit($limit)->fi()
|
||||
->page($pager)
|
||||
|
||||
Reference in New Issue
Block a user