+ Add view param.

This commit is contained in:
caoyanyi
2023-07-31 10:55:12 +08:00
parent 4144f5a2b9
commit 4e73e542bf
+2
View File
@@ -148,6 +148,7 @@ class api extends control
$this->view->users = $this->user->getPairs('noclosed,noletter');
$this->view->objectDropdown = isset($libs[$libID]) ? $this->generateLibsDropMenu($libs[$libID], $release) : '';
$this->view->spaceType = 'api';
$this->view->linkParams = '%s';
$this->display();
}
@@ -230,6 +231,7 @@ class api extends control
$this->view->libTree = $libTree;
$this->view->objectDropdown = $objectDropdown;
$this->view->spaceType = $spaceType;
$this->view->linkParams = $linkParams;
$this->display();
}