Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039374Retail ModulesWeb POSpublic2018-09-27 17:182018-10-18 13:02
Leyre 
jorge-garcia 
immediatemajoralways
closedfixed 
5
 
RR18Q4RR18Q4 
marvintm
Production - Confirmed Stable
2018-05-31
RR18Q2.1
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/76b04df18c4c746eb6c64dc621962f8d2aeb1dc1 [^]
No
0039374: 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 => RR18Q4
2018-10-16 11:16hgbotCheckin
2018-10-16 11:16hgbotNote Added: 0107323
2018-10-16 11:17hgbotCheckin
2018-10-16 11:17hgbotNote Added: 0107324
2018-10-16 11:17hgbotStatusscheduled => resolved
2018-10-16 11:17hgbotResolutionopen => fixed
2018-10-16 11:17hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR18Q4/org.openbravo.mobile.core/rev/977fb04b5d36e2b02985420a4ef5c8fb328cce63 [^]
2018-10-18 13:02marvintmReview Assigned To => marvintm
2018-10-18 13:02marvintmStatusresolved => closed
2018-10-18 13:02marvintmFixed in Version => RR18Q4

Notes
(0107323)
hgbot   
2018-10-16 11:16   
Repository: retail/backports/3.0RR18Q4/org.openbravo.retail.posterminal
Changeset: 3b88007e4e079b0e4a7b865dfbf0684aced25942
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Oct 16 11:14:53 2018 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR18Q4/org.openbravo.retail.posterminal/rev/3b88007e4e079b0e4a7b865dfbf0684aced25942 [^]

Related to issue 39374: 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
---
(0107324)
hgbot   
2018-10-16 11:17   
Repository: retail/backports/3.0RR18Q4/org.openbravo.mobile.core
Changeset: 977fb04b5d36e2b02985420a4ef5c8fb328cce63
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Oct 16 11:15:57 2018 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR18Q4/org.openbravo.mobile.core/rev/977fb04b5d36e2b02985420a4ef5c8fb328cce63 [^]

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