[index page] move workflow entity types to the 'system' entities stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 25 Sep 2009 14:25:46 +0200
branchstable
changeset 3489 3766d53c607e
parent 3470 c9c8b231db7b
child 3492 bb520ce86afb
[index page] move workflow entity types to the 'system' entities
web/uicfg.py
--- a/web/uicfg.py	Fri Sep 25 11:01:23 2009 +0200
+++ b/web/uicfg.py	Fri Sep 25 14:25:46 2009 +0200
@@ -157,7 +157,11 @@
                            'CWGroup': 'system',
                            'CWPermission': 'system',
                            'CWCache': 'system',
+                           'Workflow': 'system',
+                           'State': 'hidden',
                            'BaseTransition': 'hidden',
+                           'Transition': 'hidden',
+                           'WorkflowTransition': 'hidden',
                            }