--- a/schemas/bootstrap.py Fri Jul 17 16:48:43 2015 +0200
+++ b/schemas/bootstrap.py Tue Jul 28 09:25:26 2015 +0200
@@ -239,7 +239,7 @@
"""groups allowed to read entities/relations of this type"""
__permissions__ = PUB_SYSTEM_REL_PERMS
name = 'read_permission'
- subject = ('CWEType', 'CWAttribute', 'CWRelation')
+ subject = ('CWEType', 'CWAttribute', 'CWRelation', 'CWComputedRType')
object = 'CWGroup'
cardinality = '**'
@@ -271,7 +271,7 @@
"""rql expression allowing to read entities/relations of this type"""
__permissions__ = PUB_SYSTEM_REL_PERMS
name = 'read_permission'
- subject = ('CWEType', 'CWAttribute', 'CWRelation')
+ subject = ('CWEType', 'CWAttribute', 'CWRelation', 'CWComputedRType')
object = 'RQLExpression'
cardinality = '*?'
composite = 'subject'