diff --git a/kronolith/docs/CHANGES b/kronolith/docs/CHANGES index 00970c4dacd..f64d098cd30 100644 --- a/kronolith/docs/CHANGES +++ b/kronolith/docs/CHANGES @@ -2,6 +2,7 @@ v4.2.0-git ---------- +[jan] Fix navigating free/busy dates. [jan] Fix hover style in year view (Bug #13057). [jan] Update Polish translation (Maciej Uhlig ). diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 886525421a7..0557fa6f3dd 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -6258,7 +6258,7 @@ KronolithCore = { attendeeStartDateHandler: function(start) { this.attendees.each(function(attendee) { - this.insertFreeBusy(attendee.e, start); + this.insertFreeBusy(attendee.l, start); }, this); }, diff --git a/kronolith/package.xml b/kronolith/package.xml index cd308c5b9bd..0719ad09a34 100644 --- a/kronolith/package.xml +++ b/kronolith/package.xml @@ -33,6 +33,7 @@ GPL-2.0 +* [jan] Fix navigating free/busy dates. * [jan] Fix hover style in year view (Bug #13057). * [jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>). @@ -2368,6 +2369,7 @@ 2014-06-11 GPL-2.0 +* [jan] Fix navigating free/busy dates. * [jan] Fix hover style in year view (Bug #13057). * [jan] Update Polish translation (Maciej Uhlig <maciej.uhlig@us.edu.pl>).