schemas/workflow.py
branchstable
changeset 2229 edf20a9ca376
parent 1977 606923dff11b
child 2234 1fbcf202882d
--- a/schemas/workflow.py	Thu Jul 02 10:20:34 2009 +0200
+++ b/schemas/workflow.py	Thu Jul 02 10:20:53 2009 +0200
@@ -51,7 +51,7 @@
     transition_of = SubjectRelation('CWEType', cardinality='+*',
                                     description=_('entity types which may use this transition'),
                                     constraints=[RQLConstraint('O final FALSE')])
-    destination_state = SubjectRelation('State', cardinality='?*',
+    destination_state = SubjectRelation('State', cardinality='1*',
                                         constraints=[RQLConstraint('S transition_of ET, O state_of ET')],
                                         description=_('destination state for this transition'))