Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044724Retail ModulesWeb POSpublic2020-05-28 10:082020-09-21 12:11
migueldejuana 
prakashmurugesan88 
normalmajoralways
closedfixed 
5
 
RR20Q2.1RR20Q2.1 
guilleaer
No
0044724: 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.
blocks defect 0044218 closed migueldejuana Ensure that polling has the same message id of message to Synch 
Issue History
2020-07-30 12:41migueldejuanaTypedefect => backport
2020-07-30 12:41migueldejuanaTarget Version => RR20Q2.1
2020-07-30 13:53prakashmurugesan88Assigned Tomigueldejuana => prakashmurugesan88
2020-07-30 14:08hgbotResolutionopen => fixed
2020-07-30 14:08hgbotStatusscheduled => resolved
2020-07-30 14:08hgbotFixed in Version => RR20Q2.1
2020-07-30 14:08hgbotNote Added: 0121714
2020-07-30 14:13guilleaerNote Edited: 0121714bug_revision_view_page.php?bugnote_id=0121714#r21434
2020-07-30 14:13guilleaerReview Assigned Tomarvintm => guilleaer
2020-07-30 14:13guilleaerStatusresolved => closed
2020-09-21 12:11hgbotNote Added: 0123262

Notes
(0121714)
hgbot   
2020-07-30 14:08   
(edited on: 2020-07-30 14:13)
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/42 [^]

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: f048c792d931ccc25e34372b675e26f6f86842c1
Author: Prakash <prakash@qualiantech.com>
Date: 2020-07-30T17:16:48+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/f048c792d931ccc25e34372b675e26f6f86842c1 [^]

Fixed ISSUE-44724, ISSUE-44725: Fixes following issues

* Improve addMessage action to provide extraProperties
* Ensure that polling and synchronized messages have the same id
* Fixed try errors in 20Q2

---
M web/org.openbravo.mobile.core/app/model/business-object/messages/Messages.js
M web/org.openbravo.mobile.core/app/model/business-object/messages/MessagesUtils.js
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---

(0123262)
hgbot   
2020-09-21 12:11   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: cf7d3d211d6ef29c8b8bdbd91a84d9e886e32c9c
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 2020-09-21T12:08:15+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/cf7d3d211d6ef29c8b8bdbd91a84d9e886e32c9c [^]

Related to ISSUE-44724, ISSUE-44725: fix message tests

---
M web-test/model/business-object/messages/Messages.test.js
---