From e82204665166322ae759dd6dcff555ea0e60a934 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 3 Nov 2023 02:49:27 -0400 Subject: [PATCH] * Merge #89072f7a62, In ipd project, change create stage btn link. --- module/project/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index 829c9b88b8..1fcf6c5817 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -765,7 +765,7 @@ class project extends control $this->view->orderBy = $orderBy; $this->view->status = $status; $this->view->users = $this->loadModel('user')->getPairs('noletter'); - $this->view->isStage = isset($project->model) && (in_array($project->model, array('waterfall', 'waterfallplus'))); + $this->view->isStage = isset($project->model) && (in_array($project->model, array('waterfall', 'waterfallplus', 'ipd'))); $this->view->avatarList = $this->user->getAvatarPairs(''); $this->display();