看板初始化提交
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$this->helper->projectHeader->hookBefore = $this->hook->render('template:project:header:before', array('project' => $project));
|
||||
$this->helper->projectHeader->dropdownHtml = $this->render('project_header/dropdown', array('project' => $project, 'board_view' => $board_view));
|
||||
$this->helper->projectHeader->viewsHtml = $this->render('project_header/views', array('project' => $project, 'filters' => $filters));
|
||||
$this->helper->projectHeader->searchHtml = $this->render('project_header/search', array(
|
||||
'project' => $project,
|
||||
'filters' => $filters,
|
||||
'custom_filters_list' => isset($custom_filters_list) ? $custom_filters_list : array(),
|
||||
'users_list' => isset($users_list) ? $users_list : array(),
|
||||
'categories_list' => isset($categories_list) ? $categories_list : array(),
|
||||
));
|
||||
$this->helper->projectHeader->hookAfter = $this->hook->render('template:project:header:after', array('project' => $project));
|
||||
?>
|
||||
Reference in New Issue
Block a user