[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml
Made a comment an XML comment.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Dec 5 15:59:34 EST 2004
Log message for revision 28566:
Made a comment an XML comment.
Changed:
U Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml 2004-12-05 10:48:23 UTC (rev 28565)
+++ Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml 2004-12-05 20:59:33 UTC (rev 28566)
@@ -120,16 +120,14 @@
/>
+<!-- Cause workflow instances to be added to content objects when they
+ are created. -->
<subscriber
for="..interfaces.IProcessInstanceContainerAdaptable
zope.app.event.objectevent.IObjectCreatedEvent"
factory=".contentworkflow.NewObjectProcessInstanceCreator"
- >
+ />
- Cause workflow instances to be added to content objects when they
- are created.
-</subscriber>
-
<!-- Test Object for testing Stateful Workflows -->
<!--include file="testobject.zcml"/-->
More information about the Zope3-Checkins
mailing list