Commit cfa54945 authored by Sebastien Robin's avatar Sebastien Robin

added int_type_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@493 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d415375f
......@@ -36,7 +36,7 @@ class SyncCode(Persistent):
# SyncML Alert Codes
TWO_WAY = 200
SLOW_SYNC = 201
SLOW_SYNC = 201 # This means we get the data from the publication
WAITING_DATA = 214
# SyncML Status Codes
......@@ -61,9 +61,7 @@ class SyncCode(Persistent):
PARTIAL = 4
NOT_SYNCHRONIZED = 5
PUB_CONFLICT_MERGE = 6
#SUB_CONFLICT_MERGE = 7
PUB_CONFLICT_CLIENT_WIN = 8
#SUB_CONFLICT_CLIENT_WIN = 9
MAX_LINES = 1000
......@@ -84,6 +82,7 @@ class SyncCode(Persistent):
binary_type_list = ('image','file','document','pickle')
date_type_list = ('date',)
dict_type_list = ('dict',)
int_type_list = ('int',)
pickle_type_list = ('object',)
xml_object_tag = 'object'
#history_tag = '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