Merge branch 'zentaopms_258_bug#29759' into 'master'

* Fix bug #29759.

See merge request easycorp/zentaopms!6156
This commit is contained in:
王怡栋
2022-11-15 08:15:27 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1844,7 +1844,7 @@ class execution extends control
$this->view->code = $code;
$this->view->team = $team;
$this->view->teams = array(0 => '') + $this->execution->getCanCopyObjects((int)$projectID);
$this->view->allProjects = array(0 => '') + $this->project->getPairsByModel('all', 0, 'noclosed');
$this->view->allProjects = array(0 => '') + $this->project->getPairsByModel('all', 0, 'noclosed,multiple');
$this->view->copyProjects = $copyProjects;
$this->view->copyExecutions = array('' => '') + $this->execution->getList($copyProjectID);
$this->view->executionID = $executionID;