Commit d38c5d18 authored by Sebastien Robin's avatar Sebastien Robin

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
parent 236bc1f4
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment