diff --git a/ChangeLog b/ChangeLog index 7b78b1129..16fe56a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-08-15 Wolfgang Sourdeau + * UI/Scheduler/UIxCalWeekOverview.m ([UIxCalWeekOverview + -correctURLAction]): new short action method replacing the method + below by taking far less code. + * SoObjects/Appointments/SOGoAppointmentFolder.m ([SOGoAppointmentFolder -GETAction:]): removed method. Replaced with an action in the view-related code. diff --git a/UI/Scheduler/UIxCalWeekOverview.m b/UI/Scheduler/UIxCalWeekOverview.m index 221551582..db133be5b 100644 --- a/UI/Scheduler/UIxCalWeekOverview.m +++ b/UI/Scheduler/UIxCalWeekOverview.m @@ -26,6 +26,11 @@ @implementation UIxCalWeekOverview +- (id) correctURLAction +{ + return [self redirectToLocation: @"weekoverview"]; +} + - (void)configureFormatters { [super configureFormatters]; diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index 4c0cafa78..0ffbb7ed2 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -36,6 +36,11 @@ }; }; methods = { + view = { + protectedBy = "View"; + pageName = "UIxCalWeekOverview"; + actionName = "correctURL"; + }; dayoverview = { protectedBy = "View"; pageName = "UIxCalDayOverview";