[Zope-CMF] Custom delete function

seb bacon seb@jamkit.com
19 Dec 2001 10:41:21 +0000


On Wed, 2001-12-19 at 09:07, Gitte Wange wrote:
> Hello,
> 
> I have created a new content type for CMF. This type contains an
> external file (placed on the filesystem).
> Now I want to create a "customized" delete function that also delete
> this external file. But how do I override the default manage_delObjects
> function ??

Why override it?  You could just call a custom delete function which
finshes up by called manage_delObjects.

seb