Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037804Retail ModulesWeb POSpublic2018-02-01 14:362018-02-06 19:40
migueldejuana 
migueldejuana 
normalminoralways
closedfixed 
5
 
RR18Q2RR18Q2 
marvintm
No
0037804: Remove log clients sent lines are done one by one instead of do it in one query
Log clients sent lines, when remoing them from local database are done one by one instead of do it in one query.

n/a
Change the iteration of lines and removing one by one for a removeAll sentence
No tags attached.
depends on backport 0037805RR18Q1 closed migueldejuana Remove log clients sent lines are done one by one instead of do it in one query 
Issue History
2018-02-01 14:36migueldejuanaNew Issue
2018-02-01 14:36migueldejuanaAssigned To => migueldejuana
2018-02-01 14:36migueldejuanaTriggers an Emergency Pack => No
2018-02-01 15:26migueldejuanaStatusnew => scheduled
2018-02-02 08:55hgbotCheckin
2018-02-02 08:55hgbotNote Added: 0102130
2018-02-02 08:55hgbotStatusscheduled => resolved
2018-02-02 08:55hgbotResolutionopen => fixed
2018-02-02 08:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d53b5f78b06b13b04ef1b12e8420bc24bb4d6fec [^]
2018-02-06 19:40marvintmReview Assigned To => marvintm
2018-02-06 19:40marvintmStatusresolved => closed
2018-02-06 19:40marvintmFixed in Version => RR18Q2

Notes
(0102130)
hgbot   
2018-02-02 08:55   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d53b5f78b06b13b04ef1b12e8420bc24bb4d6fec
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Feb 01 14:38:34 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d53b5f78b06b13b04ef1b12e8420bc24bb4d6fec [^]

Fixed issue 0037804: Remove log clients sent lines are done one by one instead of do it in one query

- Put one removeAll instead of N removes. Add also callbacks to execute.

---
M web/org.openbravo.mobile.core/source/utils/logClientSyncUtils.js
---