From f2da7d67d7ede6d1b5100b88fcc3e02275aa14da Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 5 Feb 2016 11:14:09 -0500 Subject: [PATCH] (js) Fix DnD of all-day events in multicolumn view --- NEWS | 1 + UI/Templates/SchedulerUI/UIxCalDayTable.wox | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f919aa949..378a7eb5d 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,7 @@ Bug fixes - [web] make sure an email is defined before trying to use it (#3488) - [web] handle broken messages that have no date (#3498) - [web] fixed virtual-repeater display in Webmail when a search is performed (#3500) + - [web] fixed drag'n'drop of all-day events in multicolumn view - [eas] correctly encode filename of attachments over EAS (#3491) 3.0.0 (2016-01-27) diff --git a/UI/Templates/SchedulerUI/UIxCalDayTable.wox b/UI/Templates/SchedulerUI/UIxCalDayTable.wox index 555ce7467..9ea41fe6c 100644 --- a/UI/Templates/SchedulerUI/UIxCalDayTable.wox +++ b/UI/Templates/SchedulerUI/UIxCalDayTable.wox @@ -60,6 +60,7 @@ var:sg-day-number="currentDayNumber" var:sg-day="currentTableDay.shortDateString" var:sg-day-string="currentTableDay.iso8601DateString" + sg-calendar="{{view.id}}" ng-repeat="view in calendar.views"> - +