diff --git a/module/my/config.php b/module/my/config.php index 9d88da33cb..a4a985ca7d 100644 --- a/module/my/config.php +++ b/module/my/config.php @@ -11,3 +11,4 @@ $config->my->storyCounts = 10; $config->mobile = new stdclass(); $config->mobile->todoBar = array('today', 'yesterday', 'thisWeek', 'lastWeek', 'all'); +$config->mobile->taskBar = array('assignedTo', 'openedBy');