* Finish task #73238.
This commit is contained in:
Regular → Executable
+1
-1
@@ -1635,7 +1635,7 @@ class executionModel extends model
|
||||
->beginIF($limit)->limit($limit)->fi()
|
||||
->fetchAll('id');
|
||||
|
||||
if(isset($project->model) and $project->model == 'waterfall')
|
||||
if(isset($project->model) and $project->model == 'waterfall' and $project->division)
|
||||
{
|
||||
$executionList = array();
|
||||
$executionProducts = $this->dao->select('t1.project,t1.product')->from(TABLE_PROJECTPRODUCT)->alias('t1')
|
||||
|
||||
Reference in New Issue
Block a user