This commit is contained in:
Zongjun Lan
2022-02-24 11:19:38 +08:00
parent b4978c6159
commit e8b085129b
+1 -1
View File
@@ -167,7 +167,7 @@ class doc extends control
if(empty($executions)) unset($libTypeList['execution']);
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->users = $this->user->getPairs('nocode');
$this->view->users = $this->user->getPairs('nocode|noclosed');
$this->view->products = $products;
$this->view->projects = $projects;
$this->view->executions = $executions;