[Checkins] SVN: Products.Five/branches/1.3/event.zcml Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

Stefan H. Holek stefan at epy.co.at
Wed Jun 20 05:54:47 EDT 2007


Log message for revision 76828:
  Collector #2307: ObjectCopiedEvent not dispatched to sublocations.
  

Changed:
  U   Products.Five/branches/1.3/event.zcml

-=-
Modified: Products.Five/branches/1.3/event.zcml
===================================================================
--- Products.Five/branches/1.3/event.zcml	2007-06-20 09:53:38 UTC (rev 76827)
+++ Products.Five/branches/1.3/event.zcml	2007-06-20 09:54:47 UTC (rev 76828)
@@ -33,4 +33,12 @@
       handler="OFS.subscribers.dispatchObjectClonedEvent"
       />
 
+  <!-- dispatch IObjectCopiedEvent with "top-down" semantics -->
+
+  <subscriber
+      for="OFS.interfaces.IItem
+           zope.app.event.interfaces.IObjectCopiedEvent"
+      handler="OFS.subscribers.dispatchObjectCopiedEvent"
+      />
+
 </configure>



More information about the Checkins mailing list