Commit 201a48b2 authored by wenjie.zheng's avatar wenjie.zheng

InteractionWorkflow.py: add missing method notifyException.

parent 163ab464
......@@ -432,6 +432,12 @@ class InteractionWorkflow(IdAsReferenceMixin("", "prefix"), XMLObject):
def getManagedRoleList(self):
return sorted(self.getPortalObject().getDefaultModule('acl_users').valid_roles())
def notifyException(self, ob, action, exc):
'''
Notifies this workflow that an action failed.
'''
pass
def showAsXML(self, root=None):
if root is None:
root = Element('erp5')
......
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