# HG changeset patch # User Sylvain Thénault # Date 1265719505 -3600 # Node ID 1d2c7b3adc39708522e3ca0924baa24bc8449a7f # Parent cce343c7d18a5913885ea18fc2d0fc5c47b53f5d don't play with the custom_workflow relation in autofill diff -r cce343c7d18a -r 1d2c7b3adc39 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