From 35ae82bd4f5a6c83c0f88045034e4819c17e1039 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 15 Aug 2004 21:59:05 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@241 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/ChangeLog | 2 ++ SOGo/UI/Scheduler/UIxAppointmentEditor.m | 14 ++------------ SOGo/UI/Scheduler/Version | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 60b83586..83cbd248 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,5 +1,7 @@ 2004-08-15 Helge Hess + * UIxAppointmentEditor.m: fixed for new time fields (v0.9.51) + * fixed time field controls (v0.9.50) 2004-08-15 Marcus Mueller diff --git a/SOGo/UI/Scheduler/UIxAppointmentEditor.m b/SOGo/UI/Scheduler/UIxAppointmentEditor.m index 24f89d73..0349c17f 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentEditor.m +++ b/SOGo/UI/Scheduler/UIxAppointmentEditor.m @@ -339,18 +339,8 @@ NSArray *attendees, *lResources; #warning TODO: broken for the new date/time selector! -#if 0 - NSCalendarDate *sd, *ed; - - sd = [self _dateFromString:[req formValueForKey:@"startDate"]]; - ed = [self _dateFromString:[req formValueForKey:@"endDate"]]; - if (sd == nil || ed == nil) { - [self setErrorText:@"missing startdate or enddate ..."]; // localize - return self; - } - [_appointment setStartDate:sd]; - [_appointment setEndDate:ed]; -#endif + [_appointment setStartDate:[self aptStartDate]]; + [_appointment setEndDate:[self aptEndDate]]; [_appointment setSummary:[self title]]; [_appointment setLocation:[self location]]; diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index b838d545..3d3a7dc2 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # $Id$ -SUBMINOR_VERSION:=50 +SUBMINOR_VERSION:=51 # v0.9.41 requires libNGObjWeb v4.2.431 # v0.9.31 requires libWEExtensions v4.2.52 -- 2.39.5