+2005-10-16 Jean-Alexis Montignies <ja@sente.ch>
+
+ * DynamicElements/WOSwitchComponent.m: properly consume element-id
+ component in -invokeAction: (OGo bug #1590) (v4.5.209)
+
2005-10-06 Helge Hess <helge.hess@opengroupware.org>
* WebDAV/SoObjectWebDAVDispatcher.m: decode XML content of REPORT
if ((c = [self lookupComponent:cname inContext:_ctx]) == nil)
return nil;
-
+ [_ctx consumeElementID];
+
[_ctx appendElementIDComponent:cname];
[_ctx enterComponent:c content:self->template];
result = [c invokeActionForRequest:_req inContext:_ctx];
# version file
-SUBMINOR_VERSION:=208
+SUBMINOR_VERSION:=209
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134