* Fix bug of task #84584.

This commit is contained in:
liumengyi
2023-02-16 07:01:13 +00:00
parent 355cf1c597
commit 93a890663c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -921,6 +921,11 @@ class programplanModel extends model
if(!dao::isError())
{
$stageID = $this->dao->lastInsertID();
if($data->type == 'kanban')
{
$execution = $this->execution->getByID($stageID);
$this->loadModel('kanban')->createRDKanban($execution);
}
if($data->acl != 'open') $this->user->updateUserView($stageID, 'sprint');