[Zope-CMF] dcworkflow description
Florent Guillaume
fg@nuxeo.com
24 Oct 2002 18:16:13 +0200
Chris, please don't insert a new argument in the middle of an argument
list. I have code that is using setProperties from python and would
break.
Thanks,
Florent
---
Log Message:
Added descriptions to transitions and states.
=== CMF/DCWorkflow/Transitions.py 1.7 => 1.8 ===
[...]
- def setProperties(self, title, new_state_id,
+ def setProperties(self, title, description, new_state_id,
trigger_type=TRIGGER_USER_ACTION, script_name='',
after_script_name='',
actbox_name='', actbox_url='',
[...]
- def setProperties(self, title='', transitions=(), REQUEST=None):
+ def setProperties(self, title='', description='', transitions=(), REQUEST=None):
--
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 87 http://nuxeo.com mailto:fg@nuxeo.com