schemas/bootstrap.py
changeset 4319 3b72c7e6149d
parent 4252 6c4f109c2b03
child 4467 0e73d299730a
--- a/schemas/bootstrap.py	Thu Jan 21 11:08:41 2010 +0100
+++ b/schemas/bootstrap.py	Thu Jan 21 17:03:30 2010 +0100
@@ -131,7 +131,7 @@
                                       'relation\'subject, object and to '
                                       'the request user. '))
 
-    read_permission = ObjectRelation(('CWEType', 'CWAttribute', 'CWRelation'), cardinality='+?', composite='subject',
+    read_permission = ObjectRelation(('CWEType', 'CWAttribute', 'CWRelation'), cardinality='*?', composite='subject',
                                       description=_('rql expression allowing to read entities/relations of this type'))
     add_permission = ObjectRelation(('CWEType', 'CWAttribute', 'CWRelation'), cardinality='*?', composite='subject',
                                      description=_('rql expression allowing to add entities/relations of this type'))
@@ -162,7 +162,7 @@
     name = String(required=True, indexed=True, internationalizable=True,
                   unique=True, maxsize=64)
 
-    read_permission = ObjectRelation(('CWEType', 'CWAttribute', 'CWRelation'), cardinality='+*',
+    read_permission = ObjectRelation(('CWEType', 'CWAttribute', 'CWRelation'), cardinality='**',
                                       description=_('groups allowed to read entities/relations of this type'))
     add_permission = ObjectRelation(('CWEType', 'CWAttribute', 'CWRelation'),
                                      description=_('groups allowed to add entities/relations of this type'))