Commit 99e83697 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

InteractionWorkflow.py: add missing universal method.

parent 8a141fa6
...@@ -413,3 +413,6 @@ class InteractionWorkflow(IdAsReferenceMixin("interactionworkflow_", "prefix"), ...@@ -413,3 +413,6 @@ class InteractionWorkflow(IdAsReferenceMixin("interactionworkflow_", "prefix"),
self._checkTransitionGuard(tdef, document, **kw)): self._checkTransitionGuard(tdef, document, **kw)):
return 1 return 1
return 0 return 0
def getStateValueList(self):
return None
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