Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042954Retail ModulesWeb POSpublic2020-01-21 13:312020-01-31 10:49
gorka_gil 
gorka_gil 
normalminorN/A
closedfixed 
5
 
RR20Q2 
marvintm
No
0042954: Remove https validation in development mode
When in development mode, the service workers cache is disabled, so validating if we have https is not needed.

Since for the moment the only requisite for https is the service workers.
- In an environment without https, et posterminal module in development.
- connect from a external device (mobile, tablet, etc) to that enviroment
- A message that is require https will appear and block the login
Remove the https requirement when the environment is in development mode.
No tags attached.
causes defect 0043082 closed prakashmurugesan88 Performance test doesn't finish 
Issue History
2020-01-21 13:31gorka_gilNew Issue
2020-01-21 13:31gorka_gilAssigned To => Retail
2020-01-21 13:31gorka_gilTriggers an Emergency Pack => No
2020-01-21 13:32hgbotCheckin
2020-01-21 13:32hgbotNote Added: 0117147
2020-01-21 13:32hgbotStatusnew => resolved
2020-01-21 13:32hgbotResolutionopen => fixed
2020-01-21 13:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/57f249702de4157f2b6f885a41a03434cbc9e857 [^]
2020-01-27 11:01guilleaerAssigned ToRetail => gorka_gil
2020-01-31 10:49marvintmReview Assigned To => marvintm
2020-01-31 10:49marvintmStatusresolved => closed
2020-01-31 10:49marvintmFixed in Version => RR20Q2
2020-01-31 15:05prakashmurugesan88Relationship addedcauses 0043082

Notes
(0117147)
hgbot   
2020-01-21 13:32   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 57f249702de4157f2b6f885a41a03434cbc9e857
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Tue Jan 21 13:32:13 2020 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/57f249702de4157f2b6f885a41a03434cbc9e857 [^]

Fixed BUG-42954: Remove https validation in development mode

---
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---