[CMF-checkins] CVS: CMF/DCWorkflow - CHANGES.txt:1.6 DCWorkflow.py:1.7 version.txt:1.5 refresh.txt:NONE
Shane Hathaway
shane@digicool.com
Thu, 27 Sep 2001 10:55:52 -0400
Update of /cvs-repository/CMF/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv23875
Modified Files:
CHANGES.txt DCWorkflow.py version.txt
Removed Files:
refresh.txt
Log Message:
Fixed getInfoFor() using patch from Sebastien.Bigaret@inqual.com. Thanks!
=== CMF/DCWorkflow/CHANGES.txt 1.5 => 1.6 ===
+Version 0.4.2
+
+- Fixed getInfoFor() using patch from Sebastien.Bigaret@inqual.com. Thanks!
+
Version 0.4.1
- Corrected an expression in the classic workflow implementation.
=== CMF/DCWorkflow/DCWorkflow.py 1.6 => 1.7 ===
return default
status = self._getStatusOf(ob)
- if status is not None and status.has_key(id):
- value = status[id]
+ if status is not None and status.has_key(name):
+ value = status[name]
# Not set yet. Use a default.
elif vdef.default_expr is not None:
=== CMF/DCWorkflow/version.txt 1.4 => 1.5 ===
\ No newline at end of file
+DCWorkflow-0.4.2
\ No newline at end of file
=== Removed File CMF/DCWorkflow/refresh.txt ===