* Finish task#61964
This commit is contained in:
@@ -292,7 +292,9 @@ class testtaskModel extends model
|
||||
->from(TABLE_TESTTASK)->alias('t1')
|
||||
->leftJoin(TABLE_EXECUTION)->alias('t2')->on('t1.execution = t2.id')
|
||||
->leftJoin(TABLE_BUILD)->alias('t3')->on('t1.build = t3.id')
|
||||
->leftJoin(TABLE_PRODUCT)->alias('t4')->on('t1.product = t4.id')
|
||||
->where('t1.deleted')->eq(0)
|
||||
->andWhere('t4.deleted')->eq(0)
|
||||
->andWhere('t1.auto')->ne('unit')
|
||||
->andWhere('t1.owner')->eq($account)
|
||||
->andWhere('t2.id')->in($this->app->user->view->sprints)
|
||||
|
||||
Reference in New Issue
Block a user