This commit is contained in:
wangyidong
2023-04-07 17:38:21 +08:00
parent 2f226e4107
commit 56d2615fb4
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -803,6 +803,8 @@ class doc extends control
*/
public function ajaxGetModules($objectType, $objectID, $docType = 'doc')
{
if(empty($objectID)) return print(html::select('module', array(), '', "class='form-control'"));
if($docType == 'doc')
{
$unclosed = strpos($this->config->doc->custom->showLibs, 'unclosed') !== false ? 'unclosedProject' : '';