From f057bbe2f8e90107ca50a4154ddfdd54197ea549 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 29 Aug 2024 16:31:28 +0800 Subject: [PATCH] * [task#127113,1h,0h] The billboard of IPD project is empty and there is an error. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 17adc03935..7eddb0dfeb 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1032,7 +1032,7 @@ class execution extends control if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError())); $this->loadModel('action')->create($this->objectType, $executionID, 'opened', '', $project->hasProduct ? implode(',', $_POST['products']) : ''); - if(!empty($projectID) and strpos(',kanban,agileplus,waterfallplus,', ",$project->model,") !== false and $execution->type == 'kanban') + if(!empty($projectID) and strpos(',kanban,agileplus,waterfallplus,ipd,', ",$project->model,") !== false and $execution->type == 'kanban') { $execution = $this->execution->fetchByID($executionID); $this->loadModel('kanban')->createRDKanban($execution);