* Fix bug #32477, and fix bug of change parent stage.

This commit is contained in:
liumengyi
2023-02-28 05:44:39 +00:00
parent d480741a01
commit cbed975b74
2 changed files with 14 additions and 3 deletions
+2
View File
@@ -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');