# HG changeset patch # User Sylvain Thénault # Date 1284637067 -7200 # Node ID 84901d7351563826babbe79e663ae773d4055836 # Parent 82d3ac90e47cd9125ba068323f664f4620b8137b add permission relations to schema types diff -r 82d3ac90e47c -r 84901d735156 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',