* [bug#62932,done,2h,0h] set template project autoTpl is false.
This commit is contained in:
@@ -869,7 +869,6 @@ class programplanModel extends model
|
||||
->where('t1.deleted')->eq(0)
|
||||
->andWhere('t1.project')->eq($projectID)
|
||||
->andWhere('t1.execution')->in($planIdList)
|
||||
->setAutoTpl(false)
|
||||
->orderBy('execution_asc, order_asc, id_asc')
|
||||
->fetchAll('id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user