fix calendar

This commit is contained in:
Yuri Kuznetsov
2014-12-04 13:22:14 +02:00
parent 62985c9776
commit 048f5318fc
@@ -276,6 +276,8 @@ Espo.define('Crm:Views.Calendar.Calendar', ['View', 'lib!FullCalendar'], functio
event.end = event.start.clone().add(event.duration, 's');
}
event.allDay = false;
this.handleAllDay(event);
this.$calendar.fullCalendar('renderEvent', event);