* Merge #89072f7a62, In ipd project, change create stage btn link.

This commit is contained in:
tanghucheng
2023-11-03 02:49:45 -04:00
parent dd4db127f6
commit e822046651
+1 -1
View File
@@ -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();