Add new dashboard template and board selector hooks

This commit is contained in:
Timo
2020-03-03 05:29:45 +01:00
committed by GitHub
parent b39f857dc4
commit 86dd0a7a75
3 changed files with 16 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ class LayoutHelper extends Base
if (isset($params['project']['id'])) {
unset($params['board_selector'][$params['project']['id']]);
}
$this->hook->reference('helper:layout:board-selector:list', $params['board_selector']);
}
return $this->pageLayout($template, $params);