* module my testcase
This commit is contained in:
@@ -726,6 +726,7 @@ class myModel extends model
|
||||
if($type == 'contribute')
|
||||
{
|
||||
$assignedByMe = $this->getAssignedByMe($this->app->user->account, '', '', $orderBy, 'risk');
|
||||
|
||||
$risks = $this->dao->select('*')->from(TABLE_RISK)
|
||||
->where($riskQuery)
|
||||
->andWhere('deleted')->eq('0')
|
||||
|
||||
Reference in New Issue
Block a user