[Zope] manage_renameObject

Kevin Dangoor kid@kendermedia.com
Thu, 9 Sep 1999 22:27:22 -0400


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 )
>