* Finish task #8882,8884.
This commit is contained in:
@@ -247,7 +247,6 @@ class riskModel extends model
|
||||
->where('deleted')->eq('0')
|
||||
->andWhere($type)->eq($this->app->user->account)->fi()
|
||||
->beginIF($this->app->rawMethod == 'contribute')->andWhere("status")->in('closed,canceled')->fi()
|
||||
->beginIF($this->app->rawMethod == 'work')->andWhere("status")->in('active,hangup')->fi()
|
||||
->orderBy($orderBy)
|
||||
->page($pager)
|
||||
->fetchAll();
|
||||
|
||||
Reference in New Issue
Block a user