diff -r ca7e526b07b6 -r c29a49d646af schemas/workflow.py --- a/schemas/workflow.py Tue Dec 22 19:23:59 2009 +0100 +++ b/schemas/workflow.py Tue Dec 22 19:25:08 2009 +0100 @@ -160,11 +160,7 @@ inlined = True class to_state(RelationType): - __permissions__ = { - 'read': ('managers', 'users', 'guests',), - 'add': ('managers',), - 'delete': (), - } + __permissions__ = HOOKS_RTYPE_PERMS.copy() inlined = True class by_transition(RelationType):