Hide Workflow related entities in the schema diagram stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 05 Oct 2009 17:40:33 +0200
branchstable
changeset 3555 2689d25bb298
parent 3554 26e586f3c15c
child 3559 3e64534ffa87
Hide Workflow related entities in the schema diagram
web/views/schema.py
--- a/web/views/schema.py	Fri Oct 02 15:31:28 2009 +0200
+++ b/web/views/schema.py	Mon Oct 05 17:40:33 2009 +0200
@@ -24,7 +24,9 @@
 
 ALWAYS_SKIP_TYPES = BASE_TYPES | SCHEMA_TYPES
 SKIP_TYPES = ALWAYS_SKIP_TYPES | META_RTYPES | SYSTEM_RTYPES
-SKIP_TYPES.update(set(('Transition', 'State', 'TrInfo',
+SKIP_TYPES.update(set(('Transition', 'State', 'TrInfo', 'Workflow',
+                       'WorkflowTransition', 'BaseTransition',
+                       'SubWorkflowExitPoint',
                        'CWUser', 'CWGroup',
                        'CWCache', 'CWProperty', 'CWPermission',
                        'ExternalUri')))