[Neo-report] r2160 gregory - /trunk/neo/storage/handlers/client.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 11 16:52:14 CEST 2010


Author: gregory
Date: Fri Jun 11 16:52:03 2010
New Revision: 2160

Log:
Fix 2159

Modified:
    trunk/neo/storage/handlers/client.py

Modified: trunk/neo/storage/handlers/client.py
==============================================================================
--- trunk/neo/storage/handlers/client.py [iso-8859-1] (original)
+++ trunk/neo/storage/handlers/client.py [iso-8859-1] Fri Jun 11 16:52:03 2010
@@ -120,7 +120,8 @@ class ClientOperationHandler(BaseClientA
                 to_append_list = error_oid_list
             else:
                 try:
-                    storeObject(uuid, tid, current_serial, oid, None,
+                    self.app.tm.register(uuid, tid)
+                    storeObject(tid, current_serial, oid, None,
                         None, None, undone_value_serial)
                 except ConflictError:
                     to_append_list = conflict_oid_list





More information about the Neo-report mailing list