diff -r 25fc84990ddc -r aee99876eb10 server/test/data/schema.py --- a/server/test/data/schema.py Thu May 01 23:35:56 2014 +0200 +++ b/server/test/data/schema.py Thu Jun 12 12:28:10 2014 +0200 @@ -92,6 +92,7 @@ type = String(maxsize=6) para = String(maxsize=512, __permissions__ = { + 'add': ('managers', ERQLExpression('X in_state S, S name "todo"')), 'read': ('managers', 'users', 'guests'), 'update': ('managers', ERQLExpression('X in_state S, S name "todo"')), })