* adjust for doc and testcase view page in card.

This commit is contained in:
wangyidong
2018-12-18 13:03:50 +08:00
parent bcf24e9f50
commit e6bd9c4ae9
13 changed files with 70 additions and 404 deletions
+1
View File
@@ -348,6 +348,7 @@ class doc extends control
$this->view->position[] = $this->lang->doc->create;
$this->view->libID = $libID;
$this->view->libs = $this->doc->getLibs($type = 'all', $extra = 'withObject');
$this->view->libName = $this->dao->findByID($libID)->from(TABLE_DOCLIB)->fetch('name');
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($libID, 'doc', $startModuleID = 0);
$this->view->moduleID = $moduleID;