*Finish task #7587.

This commit is contained in:
tianshujie98
2020-08-05 17:04:47 +08:00
parent ae1a3396ba
commit a99aab00ea
16 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -2195,7 +2195,7 @@ class project extends control
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->view->param = $param;
$this->view->dateGroups = $this->action->buildDateGroup($actions, $direction);
$this->view->dateGroups = $this->action->buildDateGroup($actions, $direction, $type);
$this->view->direction = $direction;
$this->display();
}