2004-08-16 Marcus Mueller <znek@mulle-kybernetik.com>
+ * v0.9.60
+
+ * UIxAppointmentView.m: fixed redirect in deleteAction.
+
* v0.9.59
* UIxTimeDateControl.m: subclasses from UIxComponent now, hence
- (id)deleteAction {
NSException *ex;
-
+ id url;
+
if ([self appointment] == nil) {
return [NSException exceptionWithHTTPStatus:404 /* Not Found */
reason:@"could not locate appointment"];
return ex;
}
-#warning TODO: fix redirect
- return [[[self clientObject] container] baseURLInContext:[self context]];
+ url = [[[self clientObject] container] baseURLInContext:[self context]];
+ return [self redirectToLocation:url];
}
@end /* UIxAppointmentView */
# $Id$
-SUBMINOR_VERSION:=59
+SUBMINOR_VERSION:=60
# v0.9.41 requires libNGObjWeb v4.2.431
# v0.9.31 requires libWEExtensions v4.2.52