schemas/workflow.py
changeset 2234 1fbcf202882d
parent 2140 1cba3393ba01
parent 2229 edf20a9ca376
child 2459 d088d0ff48a1
--- a/schemas/workflow.py	Mon Jun 29 14:12:18 2009 +0200
+++ b/schemas/workflow.py	Thu Jul 02 10:35:03 2009 +0200
@@ -60,7 +60,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'))