看板初始化提交
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?= $this->app->component('select-dropdown-autocomplete', array(
|
||||
'name' => 'boardId',
|
||||
'placeholder' => t('Display another project'),
|
||||
'ariaLabel' => t('Display another project'),
|
||||
'items' => $board_selector,
|
||||
'redirect' => array(
|
||||
'regex' => 'PROJECT_ID',
|
||||
'url' => $this->url->to('BoardViewController', 'show', array('project_id' => 'PROJECT_ID')),
|
||||
),
|
||||
'onFocus' => array(
|
||||
'board.selector.open',
|
||||
)
|
||||
)) ?>
|
||||
Reference in New Issue
Block a user