[Zope-CMF] DefaultDublinCoreImpl no more auto catalog itself
in CMF-1.3beta1?
Luca Olivetti
luca@wetron.es
Fri, 03 May 2002 20:03:44 +0200
Dieter Maurer wrote:
> > What should I do?
> Call "self.indexObject()" in "manage_afterAdd".
> Even better, call the inherited "manage_afterAdd" (this should also
> handle workflow).
This should already be happening, since I didn't override
manage_afterAdd for PortalContent (my class derives from it too) which
in turn doesn't override manage_afterAdd of CMFCatalogAware.
It seems that mixing in PortalFolder is causing my problems and it
didn't before :-(
Bye
--
Luca Olivetti