Commit 0080cf8e authored by Jérome Perrin's avatar Jérome Perrin

fix docstring, uid is not unique to each ZODB.

Remove some TODO


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34325 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a50d9ae1
......@@ -726,7 +726,7 @@ class Base( CopyContainer,
id -- the standard object id
rid -- the standard object id in the master ODB the object was
subsribed from
uid -- a global object id which is unique to each ZODB
uid -- a global object id which is unique
sid -- the id of the subscribtion/syncrhonisation object which
this object was generated from
......@@ -734,12 +734,6 @@ class Base( CopyContainer,
process (NONE, SENT, ACKNOWLEDGED, SYNCHRONIZED)
could work as a workflow but CPU expensive
TODO:
- assess / fix atomicity
- assess / fix uid during synchronisation / import
"""
meta_type = 'ERP5 Base Object'
portal_type = 'Base Object'
......
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