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

Stefan H. Holek stefan at epy.co.at
Wed Jun 20 05:57:28 EDT 2007


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

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

-=-
Modified: Products.Five/branches/1.4/event.zcml
===================================================================
--- Products.Five/branches/1.4/event.zcml	2007-06-20 09:54:47 UTC (rev 76828)
+++ Products.Five/branches/1.4/event.zcml	2007-06-20 09:57:27 UTC (rev 76829)
@@ -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