diff --git a/module/execution/control.php b/module/execution/control.php index 27aa1e597c..3fab283d0f 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -227,7 +227,7 @@ class execution extends control $this->view->orderBy = $orderBy; $this->view->browseType = $browseType; $this->view->status = $status; - $this->view->users = $this->loadModel('user')->getPairs('noletter'); + $this->view->users = $this->loadModel('user')->getPairs('noletter|all'); $this->view->param = $param; $this->view->executionID = $executionID; $this->view->execution = $execution;