Hi,

just noticed something a bit weird: got my own Folderish object that a minimally customised PortalFolder but it's important that it's in the catalog. Although PortalFolderBase already inherits from CMFCatalogAware I've had to explicitly inherit again from CMFCatalogAware in my class.

ie. I have the following hierarchy.


class PortalFolderBase(DynamicType, CMFCatalogAware, Folder):

    """Base class for portal folder.
    """

class PortalFolder(OrderSupport, PortalFolderBase):

    """Implements portal content management, but not UI details.
    """

class CatalogFolder(CMFCatalogAware, PortalFolder):

    """Folder that will appear in the catalog"""

I've just checked some of my other sites and folders are not catalogued. Is this a bug?

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to