* Adjust code logic.

This commit is contained in:
leiyong
2020-11-25 10:59:41 +08:00
parent 90446d239a
commit 5ef321f149
9 changed files with 57 additions and 55 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class task extends control
$this->view->title = $title;
$this->view->position = $position;
$this->view->project = $project;
$this->view->projects = $this->loadModel('project')->getExecutionPairs($this->session->PRJ);
$this->view->projects = $this->loadModel('project')->getExecutionsByProject($this->session->PRJ, 'all', 0, true);
$this->view->task = $task;
$this->view->users = $users;
$this->view->stories = $stories;