Commit 36cd50f5 authored by Julien Muchembled's avatar Julien Muchembled

Remove 'last_id' from exported BT items

parent 38313333
......@@ -552,7 +552,7 @@ class BaseTemplateItem(Implicit, Persistent):
klass = obj.__class__
classname = klass.__name__
attr_set = set(('_dav_writelocks', '_filepath', '_owner', 'uid',
attr_set = set(('_dav_writelocks', '_filepath', '_owner', 'last_id', 'uid',
'__ac_local_roles__'))
if export:
if not keep_workflow_history:
......
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