From 34e8286a6387f5c86f826e4074c9a7204cedf3e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Fri, 22 Apr 2011 13:44:36 +0000
Subject: [PATCH] remove wf added on person by erp5_base

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45651 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../workflow_chain_type.xml                                   | 4 ++++
 bt5/erp5_banking_core/bt/revision                             | 2 +-
 .../bt/template_portal_type_workflow_chain_list               | 3 ++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
index de80698135..b5a7e3e517 100644
--- a/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+++ b/bt5/erp5_banking_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
@@ -51,4 +51,8 @@
   <type>Currency Exchange Line</type>
   <workflow>-validation_workflow, currency_exchange_line_interaction_workflow, currency_exchange_line_workflow, edit_workflow</workflow>
  </chain>
+ <chain>
+  <type>Person</type>
+  <workflow>-user_account_workflow</workflow>
+ </chain>
 </workflow_chain>
\ No newline at end of file
diff --git a/bt5/erp5_banking_core/bt/revision b/bt5/erp5_banking_core/bt/revision
index 99fd4575a5..9d0f8afde3 100644
--- a/bt5/erp5_banking_core/bt/revision
+++ b/bt5/erp5_banking_core/bt/revision
@@ -1 +1 @@
-577
\ No newline at end of file
+578
\ No newline at end of file
diff --git a/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list b/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list
index d1f7e8bf2e..4a183b5c52 100644
--- a/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list
+++ b/bt5/erp5_banking_core/bt/template_portal_type_workflow_chain_list
@@ -23,4 +23,5 @@ Currency Exchange Line | currency_exchange_line_interaction_workflow
 Currency Exchange Line | currency_exchange_line_workflow
 Currency Exchange Line | edit_workflow
 Currency | -validation_workflow
-Currency | edit_workflow
\ No newline at end of file
+Currency | edit_workflow
+Person | -user_account_workflow
\ No newline at end of file
-- 
2.30.9