* Fix bug#12963

This commit is contained in:
zenggang
2022-04-13 06:48:32 +00:00
parent 2628e119bb
commit 0ed499a6d0
+1 -1
View File
@@ -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;