* Finish task #40111
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user