Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035917Retail ModulesStoreServerpublic2017-05-04 09:162017-05-22 13:02
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
RR17Q3RR17Q3 
AugustoMauch
No
0035917: Allow replication of data in client 0/org 0
Currently the default organization router prevents replication of data in client 0. However, there might still be data which is relevant to replicate also from client 0. As long as the data is not defined for a module.

[1]
https://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/file/d3e746082b6f/src/org/openbravo/replication/symmetricds/util/MobileServerProvider.java#l106 [^]
Set a preference in client 0 and org 0. Notice that this preference is not replicated.
Allow replication to client 0 if:
- the table does not have an ad_module_id column, or
- the ad_column_id column has a null value
No tags attached.
related to feature request 0036439 closed AugustoMauch Allow export of data in client 0 
Issue History
2017-05-04 09:16mtaalNew Issue
2017-05-04 09:16mtaalAssigned To => mtaal
2017-05-04 09:16mtaalTriggers an Emergency Pack => No
2017-05-21 22:49mtaalReview Assigned To => AugustoMauch
2017-05-21 22:51hgbotCheckin
2017-05-21 22:51hgbotNote Added: 0096689
2017-05-21 22:51hgbotStatusnew => resolved
2017-05-21 22:51hgbotResolutionopen => fixed
2017-05-21 22:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/1f0f146fb833bb876ff37a89b956f1484eee5524 [^]
2017-05-22 13:02AugustoMauchNote Added: 0096708
2017-05-22 13:02AugustoMauchStatusresolved => closed
2017-05-22 13:02AugustoMauchFixed in Version => RR17Q3
2017-07-06 16:48AugustoMauchRelationship addedrelated to 0036439

Notes
(0096689)
hgbot   
2017-05-21 22:51   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 1f0f146fb833bb876ff37a89b956f1484eee5524
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun May 21 22:50:54 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/1f0f146fb833bb876ff37a89b956f1484eee5524 [^]

Fixes issue 35917: Allow replication of data in client 0/org 0
In case of client 0 export to all servers

---
M src/org/openbravo/replication/symmetricds/extensions/AbstractClientFilteredRouter.java
M src/org/openbravo/replication/symmetricds/extensions/AbstractOrganizationBasedRouter.java
---
(0096708)
AugustoMauch   
2017-05-22 13:02   
Code reviewed and verified