[Zope] Issues with programmatically deleting objects

2011-09-15 Thread niveditha j
Hi All, I am new to Zope, using Zope 2.7 and wrote a "Script Python" to delete objects programatically(used for bulk delete). parent.manage_delObjects(id) After I execute the script using the Test button of the ZMI, the objects are getting deleted properly. But in the Undo tab, I am not able to

Re: [Zope] Issues with programmatically deleting objects

2011-09-15 Thread Bart Jansen
Hi Niv, Probably, in your Undo tab, you do see an item which corresponds to the execution of your test script. Because this script executed the manage_delObjects() method, you need to undo that entry to undo the deletion. As I do not have any experience with xmlrpclib, I can just give you a g