# HG changeset patch # User Sylvain Thénault # Date 1253706168 -7200 # Node ID 401ea5e03e9d4b7f33044772b814c7cee2a1e365 # Parent 12fe502e50447305311d6f3fc34aa80845edeccb state_of/transition_of could now be inlined 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"""