Closed (fixed)
Project:
Datetime Range Extra Formatters
Version:
8.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2018 at 00:16 UTC
Updated:
20 Nov 2020 at 00:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
viappidu commentedNot sure if this will work, I am not applying the drupal patch just yet.
Just added to the code
if (empty($item1->end_date) || is_null($item->end_date)) {
$item->end_date = new DrupalDateTime(date());
}
Comment #3
viappidu commentedPatch applied to release 1.1. Need somebody with #2794481: Allow end date to be optional to test
Comment #4
bobooon commentedNew patch to support optional end date on the group field formatter.
Comment #5
viappidu commented