equal
deleted
inserted
replaced
58 description=_('group in which a user should be to be ' |
58 description=_('group in which a user should be to be ' |
59 'allowed to pass this transition')) |
59 'allowed to pass this transition')) |
60 transition_of = SubjectRelation('CWEType', cardinality='+*', |
60 transition_of = SubjectRelation('CWEType', cardinality='+*', |
61 description=_('entity types which may use this transition'), |
61 description=_('entity types which may use this transition'), |
62 constraints=[RQLConstraint('O final FALSE')]) |
62 constraints=[RQLConstraint('O final FALSE')]) |
63 destination_state = SubjectRelation('State', cardinality='?*', |
63 destination_state = SubjectRelation('State', cardinality='1*', |
64 constraints=[RQLConstraint('S transition_of ET, O state_of ET')], |
64 constraints=[RQLConstraint('S transition_of ET, O state_of ET')], |
65 description=_('destination state for this transition')) |
65 description=_('destination state for this transition')) |
66 |
66 |
67 |
67 |
68 class TrInfo(EntityType): |
68 class TrInfo(EntityType): |