* Finish task #7758.

This commit is contained in:
holan20180123
2020-08-31 14:57:44 +08:00
parent 19e7fb8801
commit 7a661001da
41 changed files with 196 additions and 174 deletions
+1 -1
View File
@@ -1692,7 +1692,7 @@ class bugModel extends model
{
$datas = $this->dao->select('project as name, count(project) as value')->from(TABLE_BUG)->where($this->reportCondition())->groupBy('project')->orderBy('value DESC')->fetchAll('name');
if(!$datas) return array();
$projects = $this->loadModel('project')->getPairs();
$projects = $this->loadModel('project')->getPairs('', $this->session->program);
$maxLength = 12;
if(common::checkNotCN()) $maxLength = 22;