Add new dashboard template and board selector hooks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user