Commit 0966b1ba authored by Nicolas Delaby's avatar Nicolas Delaby

These properties should be removed in Type Based Method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24998 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d102bfc
......@@ -260,12 +260,6 @@ class CopyContainer:
l=local_role_dict.setdefault(userid, [])
l.append('Owner')
# Clear the transaction references
if getattr(self_base, 'default_source_reference', None):
delattr(self_base, 'default_source_reference')
if getattr(self_base, 'default_destination_reference', None):
delattr(self_base, 'default_destination_reference')
# Clear the workflow history
# XXX This need to be tested again
if getattr(self_base, 'workflow_history', _marker) is not _marker:
......
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