changeset 3433 | 401ea5e03e9d |
parent 3303 | f961392e7517 |
child 3503 | 06bced8edddf |
--- a/schemas/workflow.py Wed Sep 23 13:42:33 2009 +0200 +++ b/schemas/workflow.py Wed Sep 23 13:42:48 2009 +0200 @@ -164,10 +164,12 @@ class state_of(RelationType): """link a state to one or more workflow""" permissions = META_RTYPE_PERMS + inlined = True class transition_of(RelationType): """link a transition to one or more workflow""" permissions = META_RTYPE_PERMS + inlined = True class subworkflow(RelationType): """link a transition to one or more workflow"""