* Code for bug #37159, show the sprint and kanban for milestone pageNav.

This commit is contained in:
hufangzhou
2023-08-11 15:08:26 +08:00
parent b0d27c83ec
commit b906cd75ff
-1
View File
@@ -1537,7 +1537,6 @@ class programplanModel extends model
->leftJoin(TABLE_PROJECTPRODUCT)->alias('t2')->on('t1.id=t2.project')
->where('t2.product')->eq($productID)
->andWhere('t1.project')->eq($projectID)
->andWhere('t1.type')->eq('stage')
->andWhere('t1.milestone')->eq(1)
->andWhere('t1.deleted')->eq(0)
->orderBy('t1.begin asc,path')