* finish task #3672.

This commit is contained in:
wangyidong
2018-03-13 17:34:20 +08:00
parent 17c161dc74
commit 5e6d6aefe7
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1335,7 +1335,8 @@ class project extends control
$this->view->position[] = $this->lang->project->kanban;
$this->view->stories = $stories;
$this->view->realnames = $this->loadModel('user')->getPairs('noletter');
$this->view->orderBy = $orderBy;
$this->view->storyOrder = $orderBy;
$this->view->orderBy = 'id_asc';
$this->view->projectID = $projectID;
$this->view->project = $project;
$this->view->type = $type;