Commit ba9e3f30 authored by Josh Fabean's avatar Josh Fabean
Browse files

Issue #3314570 by josh.fabean: Not showing end time using fullcalendar block

parent 98b4d424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ class BookableCalendarApiController extends ControllerBase {
        $opening_array[] = [
          'title' => $bookable_calendar->title->value,
          'start' => date('Y-m-d H:i:s', $instance->date->value),
          'end' => date('Y-m-d H:i:s', $instance->date->value),
          'end' => date('Y-m-d H:i:s', $instance->date->end_value),
          'url' => $path,
        ];
      }