add permission relations to schema types stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Sep 2010 13:37:47 +0200
branchstable
changeset 6262 84901d735156
parent 6261 82d3ac90e47c
child 6263 e91ac6e95116
add permission relations to schema types
schema.py
--- a/schema.py	Thu Sep 16 13:37:25 2010 +0200
+++ b/schema.py	Thu Sep 16 13:37:47 2010 +0200
@@ -62,6 +62,8 @@
     'relation_type', 'from_entity', 'to_entity',
     'constrained_by', 'cstrtype',
     'constraint_of', 'relations',
+    'read_permission', 'add_permission',
+    'delete_permission', 'update_permission',
     ))
 
 WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',