* Fixed bug #37944.
This commit is contained in:
@@ -254,7 +254,6 @@ class testsuiteModel extends model
|
||||
->where('t2.suite')->eq($suiteID)
|
||||
->beginIF($this->lang->navGroup->testsuite != 'qa')->andWhere('t1.project')->eq($this->session->project)->fi()
|
||||
->andWhere('t1.product')->eq($suite->product)
|
||||
->andWhere('t1.product')->eq($suite->product)
|
||||
->andWhere('t1.deleted')->eq(0)
|
||||
->orderBy('id_desc')
|
||||
->fetchPairs('id');
|
||||
|
||||
Reference in New Issue
Block a user