From 9eaf0920e8ef1d1dbd3f8ea679d2f7bad9aa5df6 Mon Sep 17 00:00:00 2001 From: Yagami Date: Fri, 24 Feb 2023 16:31:32 +0800 Subject: [PATCH] * Remove unused code. --- module/execution/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index d4e84f8008..3b27f3d616 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -4019,7 +4019,6 @@ class execution extends control $this->view->status = $status; $this->view->from = $from; $this->view->param = $param; - $this->view->isStage = (isset($project->model) and $project->model == 'waterfall') ? true : false; $this->view->showBatchEdit = $this->cookie->showExecutionBatchEdit; $this->display();