branch | 3.5 |
changeset 3303 | f961392e7517 |
parent 3263 | 5129918c671b |
child 3433 | 401ea5e03e9d |
child 3444 | 0ad4ef5d3737 |
--- a/schemas/workflow.py Fri Sep 18 07:57:28 2009 +0200 +++ b/schemas/workflow.py Fri Sep 18 08:16:01 2009 +0200 @@ -27,7 +27,6 @@ constraints=[RQLConstraint('O final FALSE')]) initial_state = SubjectRelation('State', cardinality='?*', - # S initial_state O, O state_of S constraints=[RQLConstraint('O state_of S')], description=_('initial state for this workflow'))