This is something that I am looking into... If anyone knows how to delete objects with a call like this, please post it. :) It's been driving me a little crazy. :) Jason The Doctor What <docwhat@gerf.org> wrote:
Hi!
I like your example of how to build a job board. I'm using some of the info from it to do a schedule system, but without ZClasses (I use a DTML Document as the schedule item).
I do have one thing that your example board doesn't have: a delete job. This would, in a real system, require permissions around it, but it would be educational.
I have been trying things like this (in a python script here and dtml methods (not shown)): context.events.manage_delObject(id)
but I just get an AttributeError.
So, I thought this would be useful for your HOWTO (and for me to know, eh?)
:-)
-- Thank goodness modern convenience is a thing of the remote future. -- Pogo, by Walt Kelly
The Doctor What: Guru to the Gods http://docwhat.gerf.org/ docwhat@gerf.org KF6VNC
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1
participants (1)
-
Jason Joy