- Fix bug #48692, remove isStage for project::create.

This commit is contained in:
liumengyi
2024-04-30 09:59:24 +08:00
parent c9ae9eecaf
commit 31d2508d2e
-1
View File
@@ -344,7 +344,6 @@ class projectZen extends project
$this->view->productPlans = $productPlans;
$this->view->linkedProducts = $linkedProducts;
$this->view->linkedBranches = $linkedBranches;
$this->view->isStage = in_array($model, array('waterfall', 'waterfallplus', 'ipd'));
$this->view->groups = $this->loadModel('group')->getPairs();
$this->display();
}