Thanks, again. :) Did you see my posting about this being a solution for an object that somehow didn't get an id? Jason Kevin Dangoor writes:
From CopySupport.py:
def manage_renameObject(self, id, new_id, REQUEST=None): """Rename a particular sub-object"""
So it looks like you call manage_renameObject on the container with "id" and "new_id" parameters, plus REQUEST, of course...
Kevin
-----Original Message----- From: Jason Spisak <webmaster@mtear.com> To: zope@zope.org <zope@zope.org> Date: Thursday, September 09, 1999 10:15 PM Subject: [Zope] manage_renameObject
I am trying to rename an object as a workaround for a zope bug. I am having trouble finding manage_renameObject in the source. Besides the object's new id, it wants another argument. Does anyone know what that is?
-- Jason Spisak webmaster@hiretechs.com
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )