[Zope-CMF] Re: PROPOSAL: implement synContentValues in CMFTopic

Petri Savolainen petri.savolainen at iki.fi
Mon Jun 7 09:00:37 EDT 2004


Oh well. The following:

>     def synContentValues(self):
>         return [result for result in self.queryCatalog()]

Should of course be:

     def synContentValues(self):
         return [result.getObject() for result in self.queryCatalog()]


Sorry for the mistake. Any other gotchas I missed?

 Petri




More information about the Zope-CMF mailing list