* Adjust code.

This commit is contained in:
zhouxin
2022-06-10 01:40:16 +00:00
parent ee8af517fa
commit b10daf5a01
+2
View File
@@ -885,6 +885,8 @@ class docModel extends model
$this->config->doc->search['params']['project']['values'] = array('' => '') + $this->loadModel('project')->getPairsByProgram() + array('all' => $this->lang->doc->allProjects);
$this->config->doc->search['params']['execution']['values'] = array('' => '') + $this->loadModel('execution')->getPairs() + array('all' => $this->lang->doc->allExecutions);
$this->config->doc->search['params']['lib']['values'] = array('' => '') + $this->loadModel('doc')->getLibs('all', 'withObject') + array('all' => $this->lang->doclib->all);
unset($this->config->doc->search['fields']['module']);
}
else
{