Use the appropriate config for the start column in user iCal export
This commit is contained in:
@@ -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']);
|
||||||
|
|||||||
Reference in New Issue
Block a user