[Zope] manage_beforeDelete

Garito garito at sistes.net
Fri Jul 2 13:40:23 EDT 2004


Hi all!

I have a class like these:

class Test(CatalogAware, , OrderedFolder):
    def manage_beforeDelete(self, item, container):
        CatalogAware.manage_beforeDelete(item, container)
        OrderedFolder.manage_beforeDelete(item, container)

I only put the relevant code

If I delete de hook to manage_beforeDelete the class works fine (the objects
disappear from the catalog) but if I put the function the catalog don't
delete the objects

any idea?

Thanks!!




More information about the Zope mailing list