* Method renaming 'getParis' to 'getExecutionPairs'.

This commit is contained in:
holan20180123
2020-11-19 15:53:33 +08:00
parent 7c8ec20264
commit 77af51dacd
8 changed files with 21 additions and 21 deletions

View File

@@ -527,7 +527,7 @@ class testreport extends control
}
elseif($objectType == 'project')
{
$this->projects = $this->project->getPairs('nocode', $this->session->PRJ);
$this->projects = $this->project->getExecutionPairs($this->session->PRJ, 'all', 'nocode');
$projectID = $this->project->saveState($objectID, $this->projects);
$this->project->setMenu($this->projects, $projectID);
$this->lang->testreport->menu = $this->lang->project->menu;