Use the appropriate config for the start column in user iCal export
This commit is contained in:
parent
1eebb71fb5
commit
0216a3136b
|
|
@ -31,7 +31,7 @@ class ICalendarController extends BaseController
|
||||||
$startRange = strtotime('-2 months');
|
$startRange = strtotime('-2 months');
|
||||||
$endRange = strtotime('+6 months');
|
$endRange = strtotime('+6 months');
|
||||||
|
|
||||||
$startColumn = $this->configModel->get('calendar_project_tasks', 'date_started');
|
$startColumn = $this->configModel->get('calendar_user_tasks', 'date_started');
|
||||||
|
|
||||||
$calendar = new iCalendar('Kanboard');
|
$calendar = new iCalendar('Kanboard');
|
||||||
$calendar->setName($user['name'] ?: $user['username']);
|
$calendar->setName($user['name'] ?: $user['username']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue