* Method renaming 'getPairs' to 'getExecutionPairs'.

This commit is contained in:
holan20180123
2020-11-19 16:14:04 +08:00
parent c5f8e7b2e4
commit 3f752243f6
13 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1705,7 +1705,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('', $this->session->PRJ);
$projects = $this->loadModel('project')->getExecutionPairs($this->session->PRJ);
$maxLength = 12;
if(common::checkNotCN()) $maxLength = 22;