Re: Bug in ZMS 2.13 Rev 1137?

"dr_frank_hoffmann" <[email protected]> Fri, 20 Aug 2010 13:01:41 -0000
Newsgroups gmane.comp.cms.zms.devel
Message-ID <[email protected]>
You are right. This is still a side effect of the ZMSContainerObject.getChildNodes() parameter setting. Please fix it by setting its 'reid'-default to None:
----
zmscontainerobject.py
----
- 894: def getChildNodes(self, REQUEST=None, meta_types=None, reid='e\\d+'):
+ 894: def getChildNodes(self, REQUEST=None, meta_types=None, reid=None):
----
http://zmslabs.org/trac/changeset/1138
----

Now, I made a SVN check-in to provide an instant solution. But the next days we have to think it over (fastening getChildNodes())

Many thanks for your input,
best regards
fh, moderator