(js) Set summary when creating event from DnD

This commit is contained in:
Francis Lachapelle
2016-02-03 14:37:53 -05:00
parent 7099432caf
commit 1eced8bcec
2 changed files with 2 additions and 1 deletions
@@ -131,7 +131,7 @@
newData = {
type: 'appointment',
pid: calendarData? calendarData.pid : Calendar.$defaultCalendar(),
//summary: l('New Event'),
summary: l('New Event'),
startDate: startDate,
isAllDay: isHourCell? 0 : 1
};