Merge branch 'daitingting_bug_#30843' into 'master'
* Fix bug #30843. See merge request easycorp/zentaopms!6894
This commit is contained in:
@@ -152,7 +152,7 @@ class programplanModel extends model
|
||||
$this->loadModel('stage');
|
||||
$this->loadModel('execution');
|
||||
|
||||
$plans = $this->getStage($executionID, $productID);
|
||||
$plans = $this->getStage($executionID, $productID, 'all', 'order');
|
||||
if($baselineID)
|
||||
{
|
||||
$baseline = $this->loadModel('cm')->getByID($baselineID);
|
||||
|
||||
Reference in New Issue
Block a user