From d38c5d1858006813441813f34da1d823fac6b661 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 10 Mar 2005 14:39:07 +0000
Subject: [PATCH] getWorkflowSateOf should return because there is no state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2672 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/InteractionWorkflow.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5/InteractionWorkflow.py b/product/ERP5/InteractionWorkflow.py
index d6dfa33fde..96aa5a9103 100755
--- a/product/ERP5/InteractionWorkflow.py
+++ b/product/ERP5/InteractionWorkflow.py
@@ -301,6 +301,8 @@ class InteractionWorkflowDefinition (DCWorkflowDefinition, ActiveObject):
                         ob, self, status, tdef, None, None, None)                        
           script(sci)                         
   
+    def _getWorkflowStateOf(self, ob, id_only=0):
+          return None
           
 Globals.InitializeClass(InteractionWorkflowDefinition)
 
-- 
2.30.9