diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-07-06 11:28:01 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-07-06 11:28:01 -0300 |
commit | 0e118da124e6e6954f58b19e9aeb502d1adc048a (patch) | |
tree | da12d056d02e0a740de84a2b82cf8c6d29bff818 /app/Controller | |
parent | 7b96013a06d336e9d52c2f2fbeeaa4f5debe949e (diff) |
Integration of the chosen jquery plugin for the board selector
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Board.php b/app/Controller/Board.php index a4d91a99..14b1c02c 100644 --- a/app/Controller/Board.php +++ b/app/Controller/Board.php @@ -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, ))); } |