[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful - contentworkflow.py:1.6

Stephan Richter srichter@cosmos.phy.tufts.edu
Tue, 15 Jul 2003 10:17:06 -0400


Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv26520/src/zope/app/workflow/stateful

Modified Files:
	contentworkflow.py 
Log Message:
Made some comments for myself. I guess I have been forced to sign up to complete the basic workflow support. Not too much left to do really. Let's hope I 
will find time soon.


=== Zope3/src/zope/app/workflow/stateful/contentworkflow.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/workflow/stateful/contentworkflow.py:1.5	Fri Jun  6 15:29:07 2003
+++ Zope3/src/zope/app/workflow/stateful/contentworkflow.py	Tue Jul 15 10:16:31 2003
@@ -39,6 +39,10 @@
 
     def __init__(self):
         super(ContentWorkflowsUtility, self).__init__()
+        # XXX: This should not be declared here and should be generated by
+        #      looking for all 'Active' Stateful Process Definition names. It
+        #      took me a while to figure this out, since the workflow will not
+        #      work otherwise. (SR)
         self._names = ('default',) # _names should be a TypeRegistry
 
     # ISubscriber