[Zope] Wierdness with ZCatalogedObject product

Dieter Maurer dieter@handshake.de
Sun, 11 Aug 2002 20:03:11 +0200


Nigel Head writes:
 > On Sun, 11 Aug 2002 14:25:12 +0100
 > Chris Withers <chrisw@nipltd.com> wrote:
 > 
 > > Can you post the code of ZCataloguedObject's manager_changeProperties method?
 > 
 > Sure, should have done that first time .....
 > 
 > N.
 >             PropertyManager.manage_changeProperties(self, REQUEST, kw)
Try:

	       apply(PropertyManager.manage_changeProperties,(self,REQUEST,),kw)


Dieter