Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044218Retail ModulesWeb POSpublic2020-05-28 10:082020-07-30 12:41
migueldejuana 
migueldejuana 
normalmajoralways
closedfixed 
5
 
 
marvintm
No
0044218: Ensure that polling has the same message id of message to Synch
Using new SynchronizationBuffer API, everytime we create a Message, the id is generated. In this case, we need to have the same id in the polling messages list and messages to synch, so we need set it at the beginning of the synchronization process, just when the message is added to rhe polling list.
n/a
No tags attached.
depends on defect 0044196 closed caristu Improve addMessage action to provide extraProperties 
depends on backport 0044724RR20Q2.1 closed prakashmurugesan88 Ensure that polling has the same message id of message to Synch 
Issue History
2020-05-28 10:08migueldejuanaNew Issue
2020-05-28 10:08migueldejuanaAssigned To => migueldejuana
2020-05-28 10:08migueldejuanaTriggers an Emergency Pack => No
2020-05-28 10:08migueldejuanaRelationship addeddepends on 0044196
2020-05-28 10:19migueldejuanaStatusnew => scheduled
2020-05-28 10:19migueldejuanaNote Added: 0120385
2020-05-28 10:19migueldejuanaStatusscheduled => resolved
2020-05-28 10:19migueldejuanaResolutionopen => fixed
2020-05-28 10:59hgbotCheckin
2020-05-28 10:59hgbotNote Added: 0120388
2020-05-28 10:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6456cee6ea8eed7afd7c5fe52664e22b87abf300 [^]
2020-06-08 12:04marvintmReview Assigned To => marvintm
2020-06-08 12:04marvintmStatusresolved => closed
2020-06-08 12:04marvintmFixed in Version => RR20Q3
2020-07-30 12:40migueldejuanaStatusclosed => new
2020-07-30 12:40migueldejuanaResolutionfixed => open
2020-07-30 12:40migueldejuanaFixed in VersionRR20Q3 =>
2020-07-30 12:41migueldejuanaStatusnew => scheduled
2020-07-30 12:41migueldejuanaStatusscheduled => resolved
2020-07-30 12:41migueldejuanaResolutionopen => fixed
2020-07-30 12:41migueldejuanaStatusresolved => closed

Notes
(0120385)
migueldejuana   
2020-05-28 10:19   
https://gitlab.com/openbravo/projects/retail/pmods/org.openbravo.mobile.core/-/commit/02feed420a2d0898cebb359e28e51146460e43f5 [^]
(0120388)
hgbot   
2020-05-28 10:59   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6456cee6ea8eed7afd7c5fe52664e22b87abf300
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu May 28 10:10:15 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6456cee6ea8eed7afd7c5fe52664e22b87abf300 [^]

Fixed issue 0044218: Ensure that polling has the same message id of message to Synch

- Ensure that polling and synchronized messages have the same id

---
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---