mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
Display "Track date only"-chores as all-day events on the calendar (fixes #941)
This commit is contained in:
@@ -74,7 +74,8 @@ class CalendarService extends BaseService
|
||||
'title' => $titlePrefix . $chore->name . $assignedToText,
|
||||
'start' => $currentChoreEntry->next_estimated_execution_time,
|
||||
'date_format' => 'datetime',
|
||||
'link' => $this->UrlManager->ConstructUrl('/choresoverview')
|
||||
'link' => $this->UrlManager->ConstructUrl('/choresoverview'),
|
||||
'allDay' => $chore->track_date_only == 1
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user