* Change the params that call the getPlans method.
This commit is contained in:
@@ -796,7 +796,7 @@ class execution extends control
|
||||
$storyBugs = $this->loadModel('bug')->getStoryBugCounts($storyIdList, $executionID);
|
||||
$storyCases = $this->loadModel('testcase')->getStoryCaseCounts($storyIdList);
|
||||
|
||||
$plans = $this->execution->getPlans($products, 'skipParent|withMainPlan|unexpired|noclosed|sortedByDate', $executionID);
|
||||
$plans = $this->execution->getPlans(array_keys($products), 'skipParent|withMainPlan|unexpired|noclosed|sortedByDate', $executionID);
|
||||
$allPlans = array();
|
||||
if(!empty($plans))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user