Merge branch 'hotfix/4.0.5'
This commit is contained in:
@@ -238,7 +238,7 @@ Espo.define('crm:views/calendar/calendar', ['view', 'lib!full-calendar'], functi
|
||||
if (!o.dateStartDate) {
|
||||
event.start = this.getDateTime().toMoment(o.dateStart);
|
||||
} else {
|
||||
event.start = this.getDateTime().toMoment(o.dateStartDate);
|
||||
event.start = this.getDateTime().toMomentDate(o.dateStartDate);
|
||||
}
|
||||
}
|
||||
if (o.dateEnd) {
|
||||
|
||||
Reference in New Issue
Block a user