Hello,
when creating an event with an end date before 01:00 the event is expanded to 24:00/12:00 pm.
You can reproduce it in the "Workday Calendar" example in the 4.1 showcases.
The problem is in this line 6585 in ISC_Calendar.js:
eHrs = event[cal.endDateField].getHours() == 0 ? 24 : event[cal.endDateField].getHours(),
See also: http://forums.smartclient.com/showthread.php?t=26138
Please fix it again.
We are using SmartGWTPro 4.1 05.02.2014.
Regards,
Peter
when creating an event with an end date before 01:00 the event is expanded to 24:00/12:00 pm.
You can reproduce it in the "Workday Calendar" example in the 4.1 showcases.
The problem is in this line 6585 in ISC_Calendar.js:
eHrs = event[cal.endDateField].getHours() == 0 ? 24 : event[cal.endDateField].getHours(),
See also: http://forums.smartclient.com/showthread.php?t=26138
Please fix it again.
We are using SmartGWTPro 4.1 05.02.2014.
Regards,
Peter
Comment