* Finish task #45162.

This commit is contained in:
孙广明
2021-12-02 09:24:01 +08:00
parent 8b6bacdcfd
commit 4b94092737
22 changed files with 278 additions and 92 deletions
+1
View File
@@ -1439,6 +1439,7 @@ class execution extends control
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
$this->view->copyExecution = isset($copyExecution) ? $copyExecution : '';
$this->view->from = $this->app->tab;
$this->view->isStage = (isset($project->model) and $project->model == 'waterfall') ? true : false;
$this->display();
}