[Zope-CMF] DCWorkflow getInfoFor() typo.
Sebastien Bigaret
Sebastien.Bigaret@inqual.com
26 Sep 2001 08:06:52 +0200
Hi,
Before having my first coffee: there's a typo in DCWorkflow.py, preventing
one to get info for anything but the state variable:
Index: DCWorkflow.py
===================================================================
RCS file: /cvs-repository/Products/DCWorkflow/DCWorkflow.py,v
retrieving revision 1.6
diff -r1.6 DCWorkflow.py
417,418c417,418
< 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]
Hope this helps, kind regards,
-- SB aka Big.