Integration of the chosen jquery plugin for the board selector
This commit is contained in:
@@ -201,7 +201,7 @@ class Board extends Base
|
||||
'categories' => $this->category->getList($project_id, true, true),
|
||||
'menu' => 'boards',
|
||||
'title' => $projects[$project_id],
|
||||
'board_selector' => array(t('Display another project')) + $projects,
|
||||
'board_selector' => $projects,
|
||||
)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user