From 2e6a8d435f4fa73882224b465716360ee2e7c693 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 12 Sep 2014 17:35:48 +0200 Subject: Add settings field to control project columns (pull-request #244) --- app/Controller/Config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Controller/Config.php') diff --git a/app/Controller/Config.php b/app/Controller/Config.php index a364c5f4..4c3018c1 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -25,6 +25,7 @@ class Config extends Base 'menu' => 'config', 'title' => t('Settings'), 'timezones' => $this->config->getTimezones(), + 'default_columns' => implode(', ', $this->board->getDefaultColumns()), ))); } @@ -58,6 +59,7 @@ class Config extends Base 'menu' => 'config', 'title' => t('Settings'), 'timezones' => $this->config->getTimezones(), + 'default_columns' => implode(', ', $this->board->getDefaultColumns()), ))); } -- cgit v1.2.3