branch | stable |
changeset 9925 | aee99876eb10 |
parent 9600 | bde625698f44 |
child 9981 | 7099bbd685aa |
--- 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"')), })