[Erp5-report] r15499 - /erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 6 17:06:42 CEST 2007


Author: nicolas
Date: Mon Aug  6 17:06:41 2007
New Revision: 15499

URL: http://svn.erp5.org?rev=15499&view=rev
Log:
add self.ONE_WAY_FROM_SERVER case

Modified:
    erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py

Modified: erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py?rev=15499&r1=15498&r2=15499&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py (original)
+++ erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py Mon Aug  6 17:06:41 2007
@@ -261,7 +261,7 @@
         result = self.PubSyncInit(publication,xml_client,subscriber=subscriber,
             sync_type=self.SLOW_SYNC)
       elif self.checkAlert(xml_client) and \
-          alert_code in (self.TWO_WAY,self.SLOW_SYNC):
+          alert_code in (self.TWO_WAY, self.SLOW_SYNC, self.ONE_WAY_FROM_SERVER):
         result = self.PubSyncInit(publication=publication, 
             xml_client=xml_client, subscriber=subscriber, sync_type=alert_code)
       else:




More information about the Erp5-report mailing list