Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037805Retail ModulesWeb POSpublic2018-02-01 14:362018-02-14 12:33
migueldejuana 
migueldejuana 
normalminoralways
closedfixed 
5
 
RR18Q1RR18Q1 
marvintm
No
0037805: 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.
blocks defect 0037804RR18Q2 closed migueldejuana Remove log clients sent lines are done one by one instead of do it in one query 
Issue History
2018-02-01 15:26migueldejuanaTypedefect => backport
2018-02-01 15:26migueldejuanaTarget VersionRR18Q2 => RR18Q1
2018-02-13 16:07hgbotCheckin
2018-02-13 16:07hgbotNote Added: 0102372
2018-02-13 16:07hgbotStatusscheduled => resolved
2018-02-13 16:07hgbotResolutionopen => fixed
2018-02-13 16:07hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/a854c6be55ade68669378608a022b763a10cb814 [^]
2018-02-14 12:33marvintmReview Assigned To => marvintm
2018-02-14 12:33marvintmStatusresolved => closed
2018-02-14 12:33marvintmFixed in Version => RR18Q1

Notes
(0102372)
hgbot   
2018-02-13 16:07   
Repository: retail/backports/3.0RR18Q1/org.openbravo.mobile.core
Changeset: a854c6be55ade68669378608a022b763a10cb814
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Feb 13 16:07:09 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/a854c6be55ade68669378608a022b763a10cb814 [^]

Fixed issue 0037805: 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
---