Merge branch 'sprint/185_fixbug_lanzongjun_19903' into 'sprint/185'
* Fix bug #19903 See merge request easycorp/zentaopms!1941
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user