# HG changeset patch # User Sylvain Thénault # Date 1261506308 -3600 # Node ID c29a49d646afe4e120b2ba41d07559b30267dacc # Parent ca7e526b07b6a1f40c15a0deb4605572fcc75386 necessary to fix some security test, unclear why did I set perms below at some point... 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):