This commit is contained in:
tanghucheng
2023-11-19 22:05:43 -05:00
parent 2166133488
commit 88c7adb582
+1 -1
View File
@@ -165,7 +165,7 @@ class commonModel extends model
}
$project = $this->loadModel('project')->getByID($execution->project);
if($project->model == 'waterfall' or $project->model == 'waterfallplus') $this->loadModel('programplan')->computeProgress($execution->id);
if(in_array($project->model, array('waterfall','waterfallplus','ipd', 'research'))) $this->loadModel('programplan')->computeProgress($execution->id);
return $parentExecution;
}