[Zope] reindex_object in External method

Francois-Regis CHALAOUX Francois-Regis.CHALAOUX@sanofi-synthelabo.com
Wed, 16 Aug 2000 17:34:00 +0200


Hi,

Howto reindex a new ZClass instance (ZCalatog aware) in an External method?

I tried this following code but nothing seems to be reindexed !!

def addZClass(self,id,data):
   newob=id
   newob.propertysheets.Properties.manage_changeProperties(data)
   self._setObject(id,newob)
   newob.reindex_object()


Bye, FR