Commit d9ca582b authored by wenjie.zheng's avatar wenjie.zheng

patches/StateChangeInfoPatch.py: remove _p_changed which is an useless workflow history variable.

parent f4f518f0
......@@ -37,7 +37,7 @@ def setWorkflowVariable(self, **kw):
"""
history = self.object.workflow_history[self.workflow.id]
history[-1].update(kw)
history._p_changed = 1
#history._p_changed = 1
StateChangeInfo.setWorkflowVariable = setWorkflowVariable
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