mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: d9596f4b43a014a2c792aa15954418eac4a2fe8d
Monotone-Revision: 8e549e50cb51a6b6301c7b5cf0bc1863d2610949 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-23T22:13:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-08-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxTaskEditor.m ([UIxTaskEditor
|
||||
-shouldTakeValuesFromRequest:requestinContext:context]): same as
|
||||
below.
|
||||
|
||||
* UI/Scheduler/UIxAppointmentEditor.m ([UIxAppointmentEditor
|
||||
-shouldTakeValuesFromRequest:requestinContext:context]):
|
||||
redesigned method since any method called can be received from a
|
||||
|
||||
@@ -357,8 +357,12 @@
|
||||
- (BOOL) shouldTakeValuesFromRequest: (WORequest *) request
|
||||
inContext: (WOContext*) context
|
||||
{
|
||||
NSString *actionName;
|
||||
|
||||
actionName = [[request requestHandlerPath] lastPathComponent];
|
||||
|
||||
return ([[self clientObject] isKindOfClass: [SOGoTaskObject class]]
|
||||
&& [[request method] isEqualToString: @"POST"]);
|
||||
&& [actionName hasPrefix: @"save"]);
|
||||
}
|
||||
|
||||
- (void) takeValuesFromRequest: (WORequest *) _rq
|
||||
|
||||
Reference in New Issue
Block a user