From: znek Date: Sun, 17 Dec 2006 22:40:37 +0000 (+0000) Subject: another bugfix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa23a2f1965720e7d9cdb7b3f98888f844f03548;p=sope another bugfix git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1393 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index 90ac6db2..ec222b58 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,8 @@ +2006-12-17 Marcus Mueller + + * DynamicElements/WORepetition.m: fixed another bug when using count + without index and list (v4.5.261) + 2006-12-14 Marcus Mueller * DynamicElements/WORepetition.m: fixed a bug when using count without diff --git a/sope-appserver/NGObjWeb/DynamicElements/WORepetition.m b/sope-appserver/NGObjWeb/DynamicElements/WORepetition.m index 96a47386..31262078 100644 --- a/sope-appserver/NGObjWeb/DynamicElements/WORepetition.m +++ b/sope-appserver/NGObjWeb/DynamicElements/WORepetition.m @@ -568,7 +568,7 @@ _applyIndex(_WOComplexRepetition *self, WOComponent *sComponent, unsigned _idx) if (self->identifier == nil) [_ctx deleteLastElementIDComponent]; /* repetition index */ - if (!self->item && !self->index) + if (!self->item && !self->index &&self->list) [_ctx popCursor]; //if (self->index) [self->index setUnsignedIntValue:0]; diff --git a/sope-appserver/NGObjWeb/Version b/sope-appserver/NGObjWeb/Version index 2866b4a3..149f882b 100644 --- a/sope-appserver/NGObjWeb/Version +++ b/sope-appserver/NGObjWeb/Version @@ -3,7 +3,7 @@ ifeq ($(GNUSTEP_HOST_VENDOR),apple) # linker overflow SUBMINOR_VERSION:=255 else -SUBMINOR_VERSION:=260 +SUBMINOR_VERSION:=261 endif # v4.5.234 requires libDOM v4.5.21