Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036525Retail ModulesStoreServerpublic2017-07-21 13:242017-08-03 13:49
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR17Q4RR17Q4 
AugustoMauch
No
0036525: Add OBUIAPP_GridConfiguration to PreferenceRouter to prevent syncing to stores
The changes in the OBUIAPP_GridConfiguration preference should not be synced to the store.
Install multi-servere
Enable commercial license (for example by changing OB.Utilities.checkProfessionalLicense to return true)
Goto the central server backoffice
open a few windows
check outgoing batches, see that preference OBUIAPP_GridConfiguration get synced
add OBUIAPP_GridConfiguration to the list of the to-be-not-synced preferences in the Preference Router.
No tags attached.
Issue History
2017-07-21 13:24mtaalNew Issue
2017-07-21 13:24mtaalAssigned To => mtaal
2017-07-21 13:24mtaalTriggers an Emergency Pack => No
2017-07-21 23:49mtaalReview Assigned To => AugustoMauch
2017-07-21 23:49mtaalSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=15535#r15535
2017-07-21 23:50hgbotCheckin
2017-07-21 23:50hgbotNote Added: 0098180
2017-07-21 23:50hgbotStatusnew => resolved
2017-07-21 23:50hgbotResolutionopen => fixed
2017-07-21 23:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/103346c95471f9eb9bce593ca528716379ebe760 [^]
2017-07-31 09:35AugustoMauchNote Added: 0098269
2017-07-31 09:35AugustoMauchStatusresolved => new
2017-07-31 09:35AugustoMauchResolutionfixed => open
2017-08-01 19:24hgbotCheckin
2017-08-01 19:24hgbotNote Added: 0098321
2017-08-01 19:24hgbotStatusnew => resolved
2017-08-01 19:24hgbotResolutionopen => fixed
2017-08-01 19:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/103346c95471f9eb9bce593ca528716379ebe760 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/53bebab515f1fd47126f865330f2c372552543f9 [^]
2017-08-03 13:49AugustoMauchNote Added: 0098368
2017-08-03 13:49AugustoMauchStatusresolved => closed
2017-08-03 13:49AugustoMauchFixed in Version => RR17Q4

Notes
(0098180)
hgbot   
2017-07-21 23:50   
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization
Changeset: 103346c95471f9eb9bce593ca528716379ebe760
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Jul 21 23:50:09 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/103346c95471f9eb9bce593ca528716379ebe760 [^]

Fixes issue 36525: Add OBUIAPP_GridConfiguration to PreferenceRouter to prevent syncing to stores
Add the preference to the list of preferences to ignore

---
M src/org/openbravo/retail/storeserver/synchronization/router/PreferenceRouter.java
---
(0098269)
AugustoMauch   
2017-07-31 09:35   
The new blacklisted preference should also be included in the dataset table whereclause definition: https://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/9686197b670c [^]
(0098321)
hgbot   
2017-08-01 19:24   
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization
Changeset: 53bebab515f1fd47126f865330f2c372552543f9
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Aug 01 19:24:16 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/53bebab515f1fd47126f865330f2c372552543f9 [^]

Fixes issue 36525: Add OBUIAPP_GridConfiguration to PreferenceRouter to prevent syncing to stores
Added preference to dataset query to exclude it from the store export

---
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
---
(0098368)
AugustoMauch   
2017-08-03 13:49   
Code reviewed and verified