Merge branch 'sprint214_leiyong_task_60384' into 'master'
Sprint214 leiyong task 60384 See merge request easycorp/zentaopms!4495
This commit is contained in:
@@ -3963,8 +3963,8 @@ class execution extends control
|
||||
$projectID = $this->dao->findByID($executionID)->from(TABLE_EXECUTION)->fetch('project');
|
||||
$planStories = array_keys($planStory);
|
||||
|
||||
$this->execution->linkStory($executionID, $planStories, $planProducts, $extra);
|
||||
if($this->config->systemMode == 'new' and $executionID != $projectID) $this->execution->linkStory($projectID, $planStories, $planProducts);
|
||||
$this->execution->linkStory($executionID, $planStories, $planProducts, $extra);
|
||||
}
|
||||
|
||||
$moduleName = 'execution';
|
||||
|
||||
Reference in New Issue
Block a user