From 3b3d4e68c0277e1e81b473f01936c1bf82812e63 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 23 Dec 2009 22:09:18 +0000 Subject: [PATCH] See ChangeLog Monotone-Parent: fbe3cd1ce788185ea42f3ac4b3238f48a16821ad Monotone-Revision: 5475eac0e45624fa60269bb388e23e6e2dc89bd8 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-12-23T22:09:18 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 ++++++- UI/WebServerResources/SchedulerUI.js | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9012486a2..7fee20f90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,8 +15,13 @@ * SoObjects/SOGo/NSDictionary+Utilities.m (-userRecordAsLDIFEntry) We skip the "isGroup" attribute from the list of attributes - to include during LDIF generation + to include during LDIF generation. This fixes: + http://www.scalableogo.org/bugs/view.php?id=221 + * UI/WebServerResources/SchedulerUI.js - we also invoke + refreshTasks() in onCalendarReload(). This fixes: + http://www.scalableogo.org/bugs/view.php?id=250 + 2009-12-22 Ludovic Marcotte * Removed all the Kolab-related stuff (more specifically, diff --git a/UI/WebServerResources/SchedulerUI.js b/UI/WebServerResources/SchedulerUI.js index 239eeb0dc..0ad963f8c 100644 --- a/UI/WebServerResources/SchedulerUI.js +++ b/UI/WebServerResources/SchedulerUI.js @@ -890,6 +890,7 @@ function onMonthOverview() { } function onCalendarReload() { + refreshTasks(); reloadWebCalendars (); return false; }