committed by
Frédéric Guillot
parent
136936ae3d
commit
daf39ee16a
@@ -44,7 +44,7 @@ class TaskOverdueNotificationCommand extends BaseCommand
|
||||
$rows[] = array(
|
||||
$task['id'],
|
||||
$task['title'],
|
||||
date('Y-m-d', $task['date_due']),
|
||||
date('Y-m-d H:i', $task['date_due']),
|
||||
$task['project_id'],
|
||||
$task['project_name'],
|
||||
$task['assignee_name'] ?: $task['assignee_username'],
|
||||
|
||||
Reference in New Issue
Block a user