Forward porting calendar non-inclusive end times fix.
This commit is contained in:
parent
c0fe0a7765
commit
ecd89d349a
4 changed files with 354 additions and 265 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1338,7 +1338,7 @@ sub viewMonth {
|
|||
next EVENT unless $event->canView();
|
||||
# Get the WebGUI::DateTime objects
|
||||
my $dt_event_start = $event->getDateTimeStart;
|
||||
my $dt_event_end = $event->getDateTimeEnd;
|
||||
my $dt_event_end = $event->getDateTimeEndNI;
|
||||
|
||||
# Prepare the template variables
|
||||
my %eventTemplateVariables = $self->getEventVars($event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue