schemas/workflow.py
changeset 4537 aff0f59ed6e3
parent 4535 71c86a315a9a
child 4589 cc3ec1423ead
equal deleted inserted replaced
4536:02d0803a60b8 4537:aff0f59ed6e3
   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