* Finish task #7466.

This commit is contained in:
sgm0422
2020-07-16 14:11:22 +08:00
parent c36872e009
commit c4356f0eaa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ class task extends control
$this->view->title = $this->view->project->name . $this->lang->colon . $this->lang->task->assign;
$this->view->position[] = $this->lang->task->assign;
$this->view->task = $task;
$this->view->members = $members;
$this->view->members = $members + array('closed' => 'Closed');
$this->view->users = $this->loadModel('user')->getPairs();
$this->display();
}