[Zope-CMF] Problem adding CMF Topics with quickinstaller

Raphael Ritz ritz at itb.biologie.hu-berlin.de
Tue Sep 30 03:49:09 EDT 2003



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