equal
deleted
inserted
replaced
211 """destination state of a transition""" |
211 """destination state of a transition""" |
212 __permissions__ = META_RTYPE_PERMS |
212 __permissions__ = META_RTYPE_PERMS |
213 inlined = True |
213 inlined = True |
214 |
214 |
215 class allowed_transition(RelationType): |
215 class allowed_transition(RelationType): |
216 """allowed transition from this state""" |
216 """allowed transitions from this state""" |
217 __permissions__ = META_RTYPE_PERMS |
217 __permissions__ = META_RTYPE_PERMS |
218 |
218 |
219 |
219 |
220 # "abstract" relations, set by WorkflowableEntityType ########################## |
220 # "abstract" relations, set by WorkflowableEntityType ########################## |
221 |
221 |