* Fixed bug #37944.

This commit is contained in:
wangxuepeng
2023-08-31 02:09:10 +00:00
parent 606664c7bd
commit 415880b5fc
-1
View File
@@ -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');