[Zope] calling manage_deleteObjects within an objectManager sub-class
Chris Withers
chrisw@nipltd.com
Thu, 23 Jan 2003 11:24:19 +0000
Dave Hall wrote:
> I'm having trouble calling manage_deleteObjects within an ObjectManager
> sub-class. Specifically, I get an Unauthorized exception in
> _verifyObjectPaste out of CopySupport.
I'm pretty sure manage_delObjects doesn't use _verifyObjectPaste, so you're
doing something else as well.
Perhaps you can show us all the code of the method that calls manage_delObjects?
> Basically I'm trying to make a copy of an object and then subsequently
> rename it.
Then why are calling manage_delObjects?
cheers,
Chris