server/test/data-cwep002/schema.py
changeset 10553 1d824df4f2bd
parent 9968 50f046bf0e50
child 10907 9ae707db5265
--- a/server/test/data-cwep002/schema.py	Fri Jul 17 16:48:43 2015 +0200
+++ b/server/test/data-cwep002/schema.py	Tue Jul 28 09:25:26 2015 +0200
@@ -32,4 +32,5 @@
 
 class has_employee(ComputedRelation):
     rule = 'O works_for S'
+    __permissions__ = {'read': ('managers',)}