don't play with the custom_workflow relation in autofill
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 09 Feb 2010 13:45:05 +0100
changeset 4520 1d2c7b3adc39
parent 4519 cce343c7d18a
child 4521 32402dd2504d
don't play with the custom_workflow relation in autofill
devtools/__init__.py
--- a/devtools/__init__.py	Tue Feb 09 12:55:08 2010 +0100
+++ b/devtools/__init__.py	Tue Feb 09 13:45:05 2010 +0100
@@ -31,8 +31,9 @@
 SYSTEM_RELATIONS = schema.META_RTYPES | set((
     # workflow related
     'workflow_of', 'state_of', 'transition_of', 'initial_state', 'allowed_transition',
-    'destination_state', 'in_state', 'wf_info_for', 'from_state', 'to_state',
+    'destination_state', 'from_state', 'to_state',
     'condition', 'subworkflow', 'subworkflow_state', 'subworkflow_exit',
+    'custom_workflow', 'in_state', 'wf_info_for',
     # cwproperty
     'for_user',
     # schema definition