diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-26 20:49:37 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-26 20:49:37 -0400 |
commit | d3ae8d2acb218c8e1bc50ed1b92c19016e9214ee (patch) | |
tree | 1fbf207bb2e1f681f8477f4273f084ce9c64f727 /app/Controller/Config.php | |
parent | 626ad566f718e0c0f63034ecc76604d22d4b2a06 (diff) |
Display subtask estimates in the user calendar according to the timetable
Diffstat (limited to 'app/Controller/Config.php')
-rw-r--r-- | app/Controller/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Config.php b/app/Controller/Config.php index bee897be..6f3bc43c 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -41,7 +41,7 @@ class Config extends Base $values = $this->request->getValues(); if ($redirect === 'board') { - $values += array('subtask_restriction' => 0, 'subtask_time_tracking' => 0); + $values += array('subtask_restriction' => 0, 'subtask_time_tracking' => 0, 'subtask_forecast' => 0); } if ($this->config->save($values)) { |