[Checkins] SVN: CMF/branches/tseaver-catalog_events/CMFCore/configure.zcml - the ZCML registration gets rid of quite a few test failures

Jens Vagelpohl jens at dataflake.org
Sat Apr 8 17:31:24 EDT 2006


Log message for revision 66694:
  - the ZCML registration gets rid of quite a few test failures
  

Changed:
  U   CMF/branches/tseaver-catalog_events/CMFCore/configure.zcml

-=-
Modified: CMF/branches/tseaver-catalog_events/CMFCore/configure.zcml
===================================================================
--- CMF/branches/tseaver-catalog_events/CMFCore/configure.zcml	2006-04-08 21:30:52 UTC (rev 66693)
+++ CMF/branches/tseaver-catalog_events/CMFCore/configure.zcml	2006-04-08 21:31:23 UTC (rev 66694)
@@ -45,4 +45,10 @@
     handler=".CookieCrumbler.handleCookieCrumblerEvent"
     />
 
+  <subscriber
+    for=".interfaces.IContentish
+         zope.app.event.interfaces.IObjectEvent"
+    handler=".CMFCatalogAware.handleObjectEvent"
+    />
+
 </configure>



More information about the Checkins mailing list