Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039375Retail ModulesWeb POSpublic2018-09-27 17:182018-10-18 13:01
Leyre 
jorge-garcia 
immediatemajoralways
closedfixed 
5
 
RR18Q3.2RR18Q3.2 
marvintm
Production - Confirmed Stable
2018-05-31
RR18Q2.1
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/76b04df18c4c746eb6c64dc621962f8d2aeb1dc1 [^]
No
0039375: Error in the preference "No Auto Incremental Load at Login"
Error in the preference "No Auto Incremental Load at Login"
1. Activate the preference "No Auto Incremental Load at Login"

2. Try to log in to the POS Terminal.

3. Log out.

4. Try again to log in to the POS Terminal.

** Verify that it is not possible to log in.

The data load stops in:

"Loading Incremental Data...
Reading Terminal properties"
No tags attached.
blocks defect 0039366 closed jorge-garcia Error in the preference "No Auto Incremental Load at Login" 
Issue History
2018-09-28 11:53jorge-garciaTypedefect => backport
2018-09-28 11:53jorge-garciaTarget Version => RR18Q3.2
2018-10-16 10:35hgbotCheckin
2018-10-16 10:35hgbotNote Added: 0107317
2018-10-16 10:35hgbotCheckin
2018-10-16 10:35hgbotNote Added: 0107318
2018-10-16 10:35hgbotStatusscheduled => resolved
2018-10-16 10:35hgbotResolutionopen => fixed
2018-10-16 10:35hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR18Q3.2/org.openbravo.mobile.core/rev/71e22629c70311b4ed02aab60667c94a390c9a76 [^]
2018-10-18 13:01marvintmReview Assigned To => marvintm
2018-10-18 13:01marvintmStatusresolved => closed
2018-10-18 13:01marvintmFixed in Version => RR18Q3.2

Notes
(0107317)
hgbot   
2018-10-16 10:35   
Repository: retail/backports/3.0RR18Q3.2/org.openbravo.retail.posterminal
Changeset: 8c4b456145dc1b59552a47a2636385557a592a0b
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Oct 16 10:23:12 2018 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.2/org.openbravo.retail.posterminal/rev/8c4b456145dc1b59552a47a2636385557a592a0b [^]

Related to issue 39375: Error in the preference "No Auto Incremental Load at
Login"

Fix a possible error when the interval to decide if the incremental should be
done is being calculated.

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0107318)
hgbot   
2018-10-16 10:35   
Repository: retail/backports/3.0RR18Q3.2/org.openbravo.mobile.core
Changeset: 71e22629c70311b4ed02aab60667c94a390c9a76
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Oct 16 10:24:56 2018 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.2/org.openbravo.mobile.core/rev/71e22629c70311b4ed02aab60667c94a390c9a76 [^]

Fixed issue 39375: Error in the preference "No Auto Incremental Load at
Login"

The problem was caused due to some triggers we remove in 18Q3. These triggers
were replaced by callbacks to manage correctly the asynchronous calls.

In the specific flow reported in the issue, we miss to include the callback.

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