Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040726Retail ModulesWeb POSpublic2019-04-30 13:532019-05-02 17:36
shuehner 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
RR19Q2RR19Q2 
guilleaer
No
0040726: WebPOS Login without https does no longer show message about it using Chromium 74
WebPOS requires https connection since a while as i.e. ServiceWorkers features requires it.

WebPOS has a check inside the login page to check and show a message if it is not used via https.

That message is no longer showing using Chromium 74. Instead a loading screen is shown without any text + 2 probably related browser console errors:

Uncaught TypeError: Cannot read property 'addEventListener' of undefined

 
Try to load WebPOS i.e. pi/19Q2 candidate using Chromium 74.
No tags attached.
blocks defect 0040725 closed marvintm WebPOS Login without https does no longer show message about it using Chromium 74 
Issue History
2019-04-30 13:55shuehnerTypedefect => backport
2019-04-30 13:55shuehnerTarget Version => RR19Q2
2019-05-01 11:58hgbotCheckin
2019-05-01 11:58hgbotNote Added: 0111409
2019-05-01 11:58hgbotStatusscheduled => resolved
2019-05-01 11:58hgbotResolutionopen => fixed
2019-05-01 11:58hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.mobile.core/rev/b40d6d4ee3e83b0c474bf6832baec94da1065fb5 [^]
2019-05-01 11:58hgbotCheckin
2019-05-01 11:58hgbotNote Added: 0111410
2019-05-01 11:58hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.mobile.core/rev/b40d6d4ee3e83b0c474bf6832baec94da1065fb5 [^] => http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.retail.posterminal/rev/054249e2cb25f83eb5ab52ee14654f1e38f94c92 [^]
2019-05-02 17:36guilleaerReview Assigned To => guilleaer
2019-05-02 17:36guilleaerStatusresolved => closed
2019-05-02 17:36guilleaerFixed in Version => RR19Q2

Notes
(0111409)
hgbot   
2019-05-01 11:58   
Repository: retail/backports/3.0RR19Q2/org.openbravo.mobile.core
Changeset: b40d6d4ee3e83b0c474bf6832baec94da1065fb5
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 01 11:57:53 2019 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.mobile.core/rev/b40d6d4ee3e83b0c474bf6832baec94da1065fb5 [^]

Fixed issue 40726. Prevent silent error and force errorCallback execution in non-secure contexts.

---
M web/org.openbravo.mobile.core/source/offline/ob-fetch-manifest.js
---
(0111410)
hgbot   
2019-05-01 11:58   
Repository: retail/backports/3.0RR19Q2/org.openbravo.retail.posterminal
Changeset: 054249e2cb25f83eb5ab52ee14654f1e38f94c92
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 01 11:58:34 2019 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.retail.posterminal/rev/054249e2cb25f83eb5ab52ee14654f1e38f94c92 [^]

Fixed issue 40726. Prevent exception in non-secure contexts in newer versions of Chrome.

---
M web/org.openbravo.retail.posterminal/index.jsp
---