Skip to content

Commit

Permalink
[jan] Fix navigating free/busy dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 12, 2014
1 parent 6738a57 commit 4998365
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions kronolith/docs/CHANGES
Expand Up @@ -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 <maciej.uhlig@us.edu.pl>).

Expand Down
2 changes: 1 addition & 1 deletion kronolith/js/kronolith.js
Expand Up @@ -6258,7 +6258,7 @@ KronolithCore = {
attendeeStartDateHandler: function(start)
{
this.attendees.each(function(attendee) {
this.insertFreeBusy(attendee.e, start);
this.insertFreeBusy(attendee.l, start);
}, this);
},

Expand Down
2 changes: 2 additions & 0 deletions kronolith/package.xml
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix navigating free/busy dates.
* [jan] Fix hover style in year view (Bug #13057).
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
</notes>
Expand Down Expand Up @@ -2368,6 +2369,7 @@
<date>2014-06-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix navigating free/busy dates.
* [jan] Fix hover style in year view (Bug #13057).
* [jan] Update Polish translation (Maciej Uhlig &lt;maciej.uhlig@us.edu.pl&gt;).
</notes>
Expand Down

0 comments on commit 4998365

Please sign in to comment.