* 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
@@ -2674,7 +2674,7 @@ class project extends control
$this->view->cases = $cases;
$this->view->story = $story;
$this->view->users = $users;
$this->view->projects = $this->loadModel('project')->getPairs('nocode', $this->session->PRJ);
$this->view->projects = $this->loadModel('project')->getExecutionPairs($this->session->PRJ, 'all', 'nocode');
$this->view->actions = $this->loadModel('action')->getList('story', $storyID);
$this->view->modulePath = $modulePath;
$this->view->version = $version == 0 ? $story->version : $version;