[Zope-CMF] DefaultDublinCoreImpl no more auto catalog itself in CMF-1.3beta1?

Luca Olivetti luca@wetron.es
Fri, 03 May 2002 19:21:17 +0200


Tres Seaver wrote:

>>What should I do?
> 
> 
> Mix 'CMFCore.CMFCatalogAware.CMFCatalogAware' into your class,
> which will call 'self.indexObject()' in its 'manage_afterAdd'
> and 'manage_afterClone' methods.

Nope, it doesn't work. My class already mixes in PortalContent (which in 
turn derives from CMFCatalogAware).
The problem seems to be that my class also derives from PortalFolder: I 
have other classes that do not derive from PortalFolder and they *do* 
get catalogged. Could it be this the problem?

Thanks

-- 
Luca Olivetti