* Finish task .102739.

This commit is contained in:
tanghucheng
2023-09-14 03:14:19 -04:00
parent 86b8aaa455
commit 1207d32a86
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2087,7 +2087,7 @@ class executionModel extends model
->fetchAll('id');
/* Add product name and parent stage name to stage name. */
if(isset($project->model) and in_array($project->model, array('waterfall', 'waterfallplus')))
if(isset($project->model) and in_array($project->model, array('waterfall', 'waterfallplus', 'research')))
{
$executionProducts = array();
if($project->hasProduct and $project->division)