* Finish task #40111

This commit is contained in:
zenggang
2021-07-15 10:16:18 +08:00
parent ef1b0dbb90
commit 4c58d0bbe4
+1 -1
View File
@@ -442,7 +442,7 @@ class project extends control
$linkedBranches = array();
$productPlans = array(0 => '');
$allProducts = $this->program->getProductPairs($project->parent, 'assign', 'noclosed');
$linkedProducts = $this->project->getProducts($projectID, true, 'noclosed');
$linkedProducts = $this->project->getProducts($projectID);
$parentProject = $this->program->getByID($project->parent);
/* If the story of the product which linked the project, you don't allow to remove the product. */