(js) Fix DnD of all-day events in multicolumn view

pull/198/head
Francis Lachapelle 2016-02-05 11:14:09 -05:00
parent 13a6290d0d
commit f2da7d67d7
2 changed files with 3 additions and 1 deletions

1
NEWS
View File

@ -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)

View File

@ -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">
<sg-calendar-day-table
sg-blocks="view.allDayBlocks"
@ -74,7 +75,7 @@
</div>
</md-toolbar>
<md-content class="md-flex" sg-calendar-scroll-view="multiday">
<md-content class="md-flex" sg-calendar-scroll-view="multiday" var:sg-view="currentView">
<div class="calendarView">
<!-- The hours -->