mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-21 05:08:32 +00:00
Monotone-Parent: 2d2d3a51a60fe527ccb060a620cf04792ccfb293
Monotone-Revision: 9af7f3b786a8f22f5ddae91d7aba838abbd724d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T19:17:59
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -50,11 +50,6 @@
|
||||
actionClass = "UIxCalMainActions";
|
||||
actionName = "reloadWebCalendars";
|
||||
};
|
||||
reloadWebCalendarsAndRedirect = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxCalMainActions";
|
||||
actionName = "reloadWebCalendarsAndRedirect";
|
||||
};
|
||||
saveDragHandleState = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxCalMainView";
|
||||
|
||||
Reference in New Issue
Block a user