Monotone-Parent: 74dd548358de0495c504a76f2d80f84b5030e2e2

Monotone-Revision: 3b358b1fa58d8ebd1da30ea2a6e74e7d59964243

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-15T22:06:05
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-15 22:06:05 +00:00
parent 64d30f348e
commit 64253b59fd
3 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2006-08-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.

View File

@ -26,6 +26,11 @@
@implementation UIxCalWeekOverview
- (id) correctURLAction
{
return [self redirectToLocation: @"weekoverview"];
}
- (void)configureFormatters {
[super configureFormatters];

View File

@ -36,6 +36,11 @@
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxCalWeekOverview";
actionName = "correctURL";
};
dayoverview = {
protectedBy = "View";
pageName = "UIxCalDayOverview";