Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035666Retail ModulesStoreServerpublic2017-03-31 12:252017-04-03 10:49
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
RR17Q2 
AugustoMauch
No
0035666: Prevent setting reloading status to other value than OK in central server
Prevent the reload status to be any other value than OK in the central server. Also change the checking code [1] to not check when in the central server.

[1]
https://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/file/3f81060a571b/src/org/openbravo/retail/storeserver/synchronization/RetailSynchronizationRequestAllowedHandler.java#l46 [^]
See description
See description
No tags attached.
Issue History
2017-03-31 12:25mtaalNew Issue
2017-03-31 12:25mtaalAssigned To => mtaal
2017-03-31 12:25mtaalTriggers an Emergency Pack => No
2017-04-02 14:07mtaalReview Assigned To => AugustoMauch
2017-04-02 14:08hgbotCheckin
2017-04-02 14:08hgbotNote Added: 0095785
2017-04-02 14:08hgbotStatusnew => resolved
2017-04-02 14:08hgbotResolutionopen => fixed
2017-04-02 14:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/00d84090d465be23720db37556448b442f778c17 [^]
2017-04-02 16:35mtaalNote Added: 0095786
2017-04-03 09:57mtaalNote Deleted: 0095786
2017-04-03 10:24hgbotCheckin
2017-04-03 10:24hgbotNote Added: 0095792
2017-04-03 10:49AugustoMauchNote Added: 0095793
2017-04-03 10:49AugustoMauchStatusresolved => closed

Notes
(0095785)
hgbot   
2017-04-02 14:08   
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization
Changeset: 00d84090d465be23720db37556448b442f778c17
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Apr 02 14:08:14 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/00d84090d465be23720db37556448b442f778c17 [^]

Fixes issue 35666: Prevent setting reloading status to other value than OK in central server
Add message, check mobile server definition for central server records, do not check reload
status for central servers

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/retail/storeserver/synchronization/RetailSynchronizationRequestAllowedHandler.java
A src/org/openbravo/retail/storeserver/synchronization/eventhandler/MobileServerEventHandler.java
---
(0095792)
hgbot   
2017-04-03 10:24   
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization
Changeset: 57f894c9a6b145d49d4a707e549c051326630e5a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Apr 03 10:24:10 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/57f894c9a6b145d49d4a707e549c051326630e5a [^]

Related with issue 35666: Removes unused field

---
M src/org/openbravo/retail/storeserver/synchronization/eventhandler/MobileServerEventHandler.java
---
(0095793)
AugustoMauch   
2017-04-03 10:49   
Code reviewed and verified