* Fix bug#37458.

This commit is contained in:
chaideqing
2023-08-21 07:38:59 +00:00
parent 7b22f5cd84
commit e95d058d4b
+1 -1
View File
@@ -1471,7 +1471,7 @@ class doc extends control
if($this->config->vision == 'lite') unset($spaceList['api'], $spaceList['product'], $typeList['api']);
$products = $this->loadModel('product')->getPairs();
$projects = $this->project->getPairsByProgram('', 'all', false, 'order_asc', 'kanban');
$projects = $this->project->getPairsByProgram('', 'all', false, 'order_asc');
$this->view->spaceList = $spaceList;
$this->view->typeList = $typeList;