schemas/base.py
changeset 7399 972ed1843bd8
parent 6957 ffda12be2e9f
child 7456 c54038622fc9
--- a/schemas/base.py	Thu May 19 10:53:11 2011 +0200
+++ b/schemas/base.py	Thu May 19 10:53:17 2011 +0200
@@ -307,8 +307,8 @@
 class cw_source(RelationDefinition):
     __permissions__ = {
         'read':   ('managers', 'users', 'guests'),
-        'add':    (),
-        'delete': (),
+        'add':    ('managers',),
+        'delete': ('managers',),
         }
     subject = '*'
     object = 'CWSource'