diff -r b9436fe77c9e -r c52619c738a5 schemas/workflow.py --- a/schemas/workflow.py Mon Dec 07 05:09:09 2009 -0800 +++ b/schemas/workflow.py Mon Dec 07 06:39:35 2009 -0800 @@ -187,7 +187,7 @@ class transition_of(RelationType): """link a transition to one or more workflow""" - permissions = META_RTYPE_PERMS + __permissions__ = META_RTYPE_PERMS inlined = True class subworkflow(RelationType):