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

patches/WorkflowTool.py: fix an error in ImmutableId.

parent 7e488927
...@@ -65,7 +65,7 @@ class ExclusionTuple(tuple): ...@@ -65,7 +65,7 @@ class ExclusionTuple(tuple):
""" """
pass pass
def ImmutableId_setId(self): def ImmutableId_setId(self, id):
""" patch which allows modifying the Id of portal_workflow """ patch which allows modifying the Id of portal_workflow
for the sake of workflow tool migration. for the sake of workflow tool migration.
""" """
......
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