* Fix bug #16575.
This commit is contained in:
@@ -1582,7 +1582,7 @@ class execution extends control
|
||||
$linkedBranchList = array();
|
||||
$linkedProducts = $this->product->getProducts($executionID);
|
||||
$branches = $this->project->getBranchesByProject($executionID);
|
||||
$plans = $this->productplan->getGroupByProduct(array_keys($linkedProducts), 'skipParent');
|
||||
$plans = $this->productplan->getGroupByProduct(array_keys($linkedProducts), 'skipParent|unexpired');
|
||||
$executionStories = $this->project->getStoriesByProject($executionID);
|
||||
|
||||
/* If the story of the product which linked the execution, you don't allow to remove the product. */
|
||||
|
||||
Reference in New Issue
Block a user