Commit 8e42ad98 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

InteractionWorkflow.py: add universal method.

parent 4f1ebdf1
......@@ -226,4 +226,7 @@ class InteractionWorkflow(IdAsReferenceMixin("interactionworkflow_", "prefix"),
return None
def _getWorkflowStateOf(self, ob, id_only=0):
return None
\ No newline at end of file
return None
def getTransitionList(self):
return self.objectValues(portal_type="Interaction")
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