* 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
@@ -2509,7 +2509,7 @@ class taskModel extends model
$datas = $this->processData4Report($tasks, '', 'project');
$projects = $this->loadModel('project')->getPairs('all', $this->session->PRJ);
$projects = $this->loadModel('project')->getExecutionPairs($this->session->PRJ, 'all', 'all');
foreach($datas as $projectID => $data)
{
$data->name = isset($projects[$projectID]) ? $projects[$projectID] : $this->lang->report->undefined;