Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040226Retail ModulesStoreServerpublic2019-02-15 14:432022-05-20 09:06
mtaal 
mtaal 
normalmajorhave not tried
closedopen 
5
 
 
AugustoMauch
No
0040226: Allow all stores in reload data window and do not allow empty filter
In the reload data process window (see attached) it should be possible to reload data to all stores by keeping the store empty.
In addition to prevent reloading a whole huge table we should not allow an empty filter.
See reload data window
See description
No tags attached.
png Screenshot from 2019-02-15 14-43-14.png (14,972) 2019-02-15 14:43
https://issues.openbravo.com/file_download.php?file_id=12663&type=bug
png
Issue History
2019-02-15 14:43mtaalNew Issue
2019-02-15 14:43mtaalAssigned To => mtaal
2019-02-15 14:43mtaalFile Added: Screenshot from 2019-02-15 14-43-14.png
2019-02-15 14:43mtaalTriggers an Emergency Pack => No
2019-02-18 16:59mtaalSummaryAll all stores in reload data window and do not allow empty filter => Allow all stores in reload data window and do not allow empty filter
2019-02-18 18:41mtaalReview Assigned To => AugustoMauch
2019-02-18 18:41hgbotCheckin
2019-02-18 18:41hgbotNote Added: 0109915
2019-02-18 18:41hgbotStatusnew => resolved
2019-02-18 18:41hgbotResolutionopen => fixed
2019-02-18 18:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/202ff85de59a4fce1bb56827d02f62fbc2781678 [^]
2019-03-14 15:33AugustoMauchNote Added: 0110442
2019-03-14 15:33AugustoMauchStatusresolved => new
2019-03-14 15:33AugustoMauchResolutionfixed => open
2022-05-20 09:06mtaalStatusnew => closed

Notes
(0109915)
hgbot   
2019-02-18 18:41   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 202ff85de59a4fce1bb56827d02f62fbc2781678
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Feb 18 18:41:27 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/202ff85de59a4fce1bb56827d02f62fbc2781678 [^]

Fixes issue 40226: Allow all stores in reload data window and do not allow empty filter
Allow all stores, force the user to enter a sql query to prevent reloading all data

---
M src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
M src/org/openbravo/replication/symmetricds/process/ReloadRemoteTableProcess.java
---
(0110442)
AugustoMauch   
2019-03-14 15:33   
Now, if no Remote Server is selected, the selected table will be reloaded in all store servers.

So far there has been no need to do a table reload in all store servers, and the way this is implemented now a user could trigger a global table reload accidentally.

It is a good feature, but it would be best if it were more explicit (a different process, or a specific entry in the Remote Server dropdown)