See ChangeLog

Monotone-Parent: dcee22693d3a16ba20dcd9824bd2cfd39c0cf369
Monotone-Revision: f5359c59c0bb008203154487db17e1ecdd274c0d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-12-23T15:50:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-12-23 15:50:35 +00:00
parent 7d9b3a97b3
commit 7ffe6ee26a
4 changed files with 28 additions and 1 deletions
+17
View File
@@ -107,4 +107,21 @@
return [self responseWith204];
}
//
// The method below is different than the -reloadWebCalendarsAction as it
// won't force the reload of all calendars and automatically redirect the
// user to the /SOGo/so page upon completion.
//
// This is particularly useful for WebAuth users and they won't have a
// precise "entry point" in SOGo - so calendars reload upon login
// isn't possible for them.
//
- (WOResponse *) reloadWebCalendarsAndRedirectAction
{
[[self clientObject] reloadWebCalendars: NO];
return [self redirectToLocation: @"/SOGo/so"];
}
@end