This commit is contained in:
tanghucheng
2023-09-19 22:54:50 -04:00
parent 0b6c8f3330
commit fa8b2cebbd
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -2309,7 +2309,7 @@ class execution extends control
}
$project = $this->loadModel('project')->getById($execution->project);
if($project->model == 'waterfall' or $project->model == 'waterfallplus') $this->loadModel('programplan')->computeProgress($executionID, 'start');
if(in_array($project->model, array('waterfall', 'waterfallplus', 'research'))) $this->loadModel('programplan')->computeProgress($executionID, 'start');
$this->loadModel('common')->syncPPEStatus($executionID);
$this->executeHooks($executionID);