diff -r 12fe502e5044 -r 401ea5e03e9d schemas/workflow.py --- 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"""