schemas/base.py
changeset 9541 e8040107b97e
parent 8190 2a3c1b787688
child 10371 88577b10b31e
child 10386 82071f767cb8
--- a/schemas/base.py	Fri Feb 14 17:07:25 2014 +0100
+++ b/schemas/base.py	Mon Feb 17 11:07:38 2014 +0100
@@ -247,6 +247,7 @@
                                   'source\'s type'),
                     __permissions__={
                         'read':   ('managers',),
+                        'add':    ('managers',),
                         'update': ('managers',),
                         })
     # put this here and not in a subclass even if it's only for some sources
@@ -284,6 +285,7 @@
                                   'values defined on the source.'),
                     __permissions__={
                         'read':   ('managers',),
+                        'add':    ('managers',),
                         'update': ('managers',),
                         })