* Fix bug #32477, and fix bug of change parent stage.
This commit is contained in:
@@ -658,6 +658,8 @@ class executionModel extends model
|
||||
|
||||
if(dao::isError()) return false;
|
||||
|
||||
if(isset($_POST['parent'])) $this->loadModel('programplan')->setTreePath($executionID);
|
||||
|
||||
/* Get team and language item. */
|
||||
$this->loadModel('user');
|
||||
$team = $this->user->getTeamMemberPairs($executionID, 'execution');
|
||||
|
||||
Reference in New Issue
Block a user