summaryrefslogtreecommitdiff
path: root/app/Controller/Gantt.php
diff options
context:
space:
mode:
authorBusfreak <Busfreak@users.noreply.github.com>2015-12-23 00:18:32 +0100
committerBusfreak <Busfreak@users.noreply.github.com>2015-12-23 00:18:32 +0100
commit050d69091822641dabd0ded1b6023b7ef9f90311 (patch)
tree7a6698152aafc9f1eece503f5fa4d4a772782fcd /app/Controller/Gantt.php
parentbe2fde7cc01228ad4526e05d77a3d4865e550357 (diff)
parent8ff2032ea3fa49972fe076166c831719131e829d (diff)
Merge pull request #1 from fguillot/master
please merge
Diffstat (limited to 'app/Controller/Gantt.php')
-rw-r--r--app/Controller/Gantt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Gantt.php b/app/Controller/Gantt.php
index f3954a25..ac0e6fad 100644
--- a/app/Controller/Gantt.php
+++ b/app/Controller/Gantt.php
@@ -26,7 +26,7 @@ class Gantt extends Base
$this->response->html($this->template->layout('gantt/projects', array(
'projects' => $this->projectGanttFormatter->filter($project_ids)->format(),
'title' => t('Gantt chart for all projects'),
- 'board_selector' => $this->projectUserRole->getProjectsByUser($this->userSession->getId()),
+ 'board_selector' => $this->projectUserRole->getActiveProjectsByUser($this->userSession->getId()),
)));
}