* Code for task #37108.

This commit is contained in:
Yagami
2021-04-08 11:29:17 +08:00
parent 8a114befb5
commit 94e2d9d56a
4 changed files with 20 additions and 14 deletions
+1
View File
@@ -84,6 +84,7 @@ class product extends control
/* Get PM id list. */
$accounts = array();
$projectStats = $this->product->getProjectStatsByProduct($productID, $status, $branch, $involved);
foreach($projectStats as $project)
{
if(!empty($project->PM) and !in_array($project->PM, $accounts)) $accounts[] = $project->PM;