From: Michael J. Rubinsky Date: Sat, 6 Jun 2009 20:48:50 +0000 (-0400) Subject: Need to bail out for the month view also when calendar != event.value.calendar X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=48a072fdecc38a94ef64d60e6cf0c64d5aeeacf6;p=horde.git Need to bail out for the month view also when calendar != event.value.calendar --- diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index e65429fc2..24e046466 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -852,6 +852,7 @@ KronolithCore = { switch (view) { case 'day': case 'week': + case 'month': if (calendar != event.value.calendar) { return; }