Hi,

We are now using the QueueCatalog as a replacement of the portal_catalog, and renamed the original portal_catalog to portal_catalog_real. In our local toolset.xml I definded

 <required tool_id="portal_catalog_real"
           class="Products.CMFCore.CatalogTool.CatalogTool"/>

That works, but in the toolset.xml of cps there is:
 <required tool_id="portal_catalog"
           class="Products.CMFCore.CatalogTool.CatalogTool"/>

This overrides the portal_catalog on each portal_setup profile import.
Or if I import the required tools.

How can I avoid that ?


--
Gruß Joachim

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to