[Zope] calling manage_deleteObjects within an objectManager sub-class
Dave Hall
dave-zope@dnh.sk.ca
Thu, 23 Jan 2003 10:36:26 -0600
On Thu, Jan 23, 2003 at 11:24:19AM +0000, Chris Withers wrote:
> 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.
Sorry, brain fart. That should be manage_pasteObjects.
Dave