Merge branch 'zentaopms_263_bug_#30185' into 'master'
* Fix bug #30185. See merge request easycorp/zentaopms!6354
This commit is contained in:
@@ -2240,7 +2240,8 @@ class project extends control
|
||||
$branchGroups = $this->loadModel('branch')->getByProducts(array_keys($allProducts), 'ignoreNormal|noclosed');
|
||||
if($this->config->systemMode == 'ALM')
|
||||
{
|
||||
$topProgramID = $this->program->getTopByPath($project->path);
|
||||
$paths = explode(',', trim($project->path, ','));
|
||||
$topProgramID = count($paths) > 1 ? $this->program->getTopByPath($project->path) : 0;
|
||||
$productsGroupByProgram = $this->product->getProductsGroupByProgram();
|
||||
|
||||
$currentProducts = array();
|
||||
|
||||
Reference in New Issue
Block a user