Commit 66ca86e9 authored by Nicolas Delaby's avatar Nicolas Delaby

base_data is also of type data

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35801 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a93ac8d
......@@ -98,7 +98,7 @@ class SyncCode(Persistent):
dict_type_list = ('dict',)
int_type_list = ('int',)
pickle_type_list = ('object',)
data_type_list = ('data',)
data_type_list = ('data', 'base_data',)
xml_object_tag = 'object'
#history_tag = 'workflow_history'
history_tag = 'workflow_action'
......
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