[Zope-CMF] Problem adding CMF Topics with quickinstaller
matt.bartolome at uniontrib.com
matt.bartolome at uniontrib.com
Tue Sep 30 12:14:38 EDT 2003
Adding value=0 did the trick! Thanks Raphael.
-----Original Message-----
From: Raphael Ritz [mailto:ritz at itb.biologie.hu-berlin.de]
Sent: Tuesday, September 30, 2003 12:49 AM
To: matt.bartolome at uniontrib.com
Cc: r.ritz at biologie.hu-berlin.de; zope-cmf at zope.org
Subject: Re: [Zope-CMF] Problem adding CMF Topics with quickinstaller
matt.bartolome at uniontrib.com wrote:
>[...]
>
> datecriteria_o = getattr(topic_o,'crit__expires')
> datecriteria_o.edit(operation='min',daterange='ahead')
>
>
What happens if you set a value as well
datecriteria_o.edit(value=<some int>, operation='min',daterange='ahead')
Raphael
More information about the Zope-CMF
mailing list