Commit 7647f66c authored by Boris Kocherov's avatar Boris Kocherov

disable time workflow modifications

parent db9265b0
......@@ -118,7 +118,8 @@
workflows[key] = add_record("WorkflowHistoryList",
"Products.ERP5Type.patches.WorkflowTool",
function () {
obj[key].time = pickle_date(CurrentTimestamp);
// it cause uncomfortable modifications on update
// obj[key].time = pickle_date(CurrentTimestamp);
obj[key].actor = "zope";
return {
tuple: [
......
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