]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@241 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 15 Aug 2004 21:59:05 +0000 (21:59 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 15 Aug 2004 21:59:05 +0000 (21:59 +0000)
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentEditor.m
SOGo/UI/Scheduler/Version

index 60b83586fe879e07357e3e75d5e1246abe1755e7..83cbd2486e5f9c8070e20ec893e5435455ce06f3 100644 (file)
@@ -1,5 +1,7 @@
 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
 
+       * UIxAppointmentEditor.m: fixed for new time fields (v0.9.51)
+
        * fixed time field controls (v0.9.50)
 
 2004-08-15  Marcus Mueller  <znek@mulle-kybernetik.com>
index 24f89d739bd74160c3df02af7831e57b9120d0a1..0349c17ff7a6e5fc738f28707c36f6ce70e18e26 100644 (file)
   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]];
index b838d545813c4ef56cd9d093d509b20ddf2b550d..3d3a7dc266f2c3f8de9f415ca9bf6e916c062c5f 100644 (file)
@@ -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