branch | stable |
changeset 3582 | 28547f21308e |
parent 3542 | 4c92cd09882f |
child 3589 | a5432f99f2d9 |
child 3609 | 9329f765fff3 |
--- a/entities/wfobjs.py Wed Oct 07 10:33:24 2009 +0200 +++ b/entities/wfobjs.py Wed Oct 07 10:41:19 2009 +0200 @@ -137,7 +137,7 @@ return tr def add_wftransition(self, name, subworkflow, fromstates, exitpoints, - requiredgroups=(), conditions=(), **kwargs): + requiredgroups=(), conditions=(), **kwargs): """add a workflow transition to this workflow""" tr = self._add_transition('WorkflowTransition', name, fromstates, requiredgroups, conditions, **kwargs)