* Finish task #4762.

This commit is contained in:
Yagami
2018-09-10 09:53:34 +08:00
parent 0524666092
commit eb780db5ab
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -611,6 +611,7 @@ class actionModel extends model
->beginIF($this->config->global->flow == 'onlyTask')->andWhere('objectType')->notin('product,productplan,release,story,testcase,testreport,testsuite')->fi()
->beginIF($this->config->global->flow == 'onlyTest')->andWhere('objectType')->notin('project,productplan,release,story,task')->fi()
->orderBy($orderBy)
->beginIF(!$pager)->limit(30)->fi()
->page($pager)
->fetchAll();