* 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
+1 -1
View File
@@ -1834,7 +1834,7 @@ class execution extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('doc', 'objectLibs', "type=execution")));
}
if(!empty($projectID) and strpos(',kanban,agileplus,', ",$project->model,") !== false)
if(!empty($projectID) and strpos(',kanban,agileplus,waterfallplus,', ",$project->model,") !== false)
{
$execution = $this->execution->getById($executionID);
if($execution->type == 'kanban') $this->loadModel('kanban')->createRDKanban($execution);