Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035644Retail ModulesStoreServerpublic2017-03-29 17:522017-03-30 13:11
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR17Q2 
AugustoMauch
No
0035644: Synchronized json request stored in import entry should never be synced to other server
The synchronized process call request in import entry should never be synchronized to another server as we synchronize the transactional changes but not the original message.
Is an older changeset which was committed as part of another issue, the change has been in the code base for 4 months. As much testing has been done since then the proposal is to keep the change for now.
See the commit
No tags attached.
related to feature request 0034630 closed mtaal Enhance synchronized mode to work blocking for the user but still process through import entry 
Issue History
2017-03-29 17:52mtaalNew Issue
2017-03-29 17:52mtaalAssigned To => mtaal
2017-03-29 17:52mtaalTriggers an Emergency Pack => No
2017-03-29 17:55mtaalRelationship addedrelated to 0034630
2017-03-29 17:56mtaalReview Assigned To => AugustoMauch
2017-03-29 17:57hgbotCheckin
2017-03-29 17:57hgbotNote Added: 0095671
2017-03-29 17:57hgbotStatusnew => resolved
2017-03-29 17:57hgbotResolutionopen => fixed
2017-03-29 17:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/f982c1ca4b6cb2f675f305f50718b2e9402127f6 [^]
2017-03-30 13:11AugustoMauchNote Added: 0095706
2017-03-30 13:11AugustoMauchStatusresolved => closed

Notes
(0095671)
hgbot   
2017-03-29 17:57   
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization
Changeset: f982c1ca4b6cb2f675f305f50718b2e9402127f6
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Mar 29 17:57:06 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/f982c1ca4b6cb2f675f305f50718b2e9402127f6 [^]

Fixes issue 35644: Synchronized json request stored in import entry should never be synced to other server
Do not sync synchronized process request import entries

---
M src/org/openbravo/retail/storeserver/synchronization/eventhandler/RetailImportEntryNoSyncEventHandler.java
---
(0095706)
AugustoMauch   
2017-03-30 13:11   
Code reviewed and verified