* Fixed bug #37943.

This commit is contained in:
wangxuepeng
2023-08-31 07:54:51 +00:00
parent 7ce574d67b
commit 942b96bc4b
-1
View File
@@ -227,7 +227,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($orderBy)
->page($pager)