Monotone-Parent: 2d2d3a51a60fe527ccb060a620cf04792ccfb293

Monotone-Revision: 9af7f3b786a8f22f5ddae91d7aba838abbd724d5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T19:17:59
This commit is contained in:
Wolfgang Sourdeau
2012-04-18 19:17:59 +00:00
parent e18608e58b
commit 1b99e86910
3 changed files with 3 additions and 22 deletions
+3
View File
@@ -1,5 +1,8 @@
2012-04-18 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalMainActions.m
(-reloadWebCalendarsAndRedirectAction): removed obsolete method.
* SoObjects/Appointments/SOGoAppointmentFolders.m
(-newWebCalendarWithName:atURL:): perform sanity checks on the url
parameter.
-17
View File
@@ -107,21 +107,4 @@
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
-5
View File
@@ -50,11 +50,6 @@
actionClass = "UIxCalMainActions";
actionName = "reloadWebCalendars";
};
reloadWebCalendarsAndRedirect = {
protectedBy = "View";
actionClass = "UIxCalMainActions";
actionName = "reloadWebCalendarsAndRedirect";
};
saveDragHandleState = {
protectedBy = "View";
pageName = "UIxCalMainView";