Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027448Retail ModulesWeb POSpublic2014-08-24 07:172014-09-01 08:49
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR14Q4 
No
0027448: Stabilization: When the response is null an uncaught exception is thrown
Stabilization: When the response is null an uncaught exception is thrown
Sometimes, while in testing, the attached error is thrown

To simulate it:
1. in ob-datasource.js 'serviceSuccess' method:

   response = undefined;
   var status = response.status;
   ...

2. log in the WebPOS

Verify that the attached screenshot is shown
No tags attached.
related to defect 0027449RR14Q4 closed Orekaria Stabilization: When some errors are shown to the user, the loading picture is still there 
related to defect 0027292RR14Q4 closed Orekaria Hide unexpected error message: Uncaught Application server is not available 
blocks feature request 0027329 new Retail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
blocks feature request 0027569RR14Q4 closed Orekaria Stabilization: get better log output from ob-datasource.js 
png statusOfUndefined.png (154,105) 2014-08-24 07:17
https://issues.openbravo.com/file_download.php?file_id=7154&type=bug
png
Issue History
2014-08-24 07:17OrekariaNew Issue
2014-08-24 07:17OrekariaAssigned To => Orekaria
2014-08-24 07:17OrekariaTriggers an Emergency Pack => No
2014-08-24 07:17OrekariaFile Added: statusOfUndefined.png
2014-08-24 07:17OrekariaRelationship addedblocks 0027329
2014-08-24 07:20OrekariaRelationship addedrelated to 0027449
2014-08-24 17:18hgbotCheckin
2014-08-24 17:18hgbotNote Added: 0069674
2014-08-24 17:18hgbotStatusnew => resolved
2014-08-24 17:18hgbotResolutionopen => fixed
2014-08-24 17:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e88e894ce784f34a09facef0c470331e02c21dcf [^]
2014-08-25 18:24hgbotCheckin
2014-08-25 18:24hgbotNote Added: 0069720
2014-09-01 08:49mtaalNote Added: 0069877
2014-09-01 08:49mtaalStatusresolved => closed
2014-09-09 23:39OrekariaRelationship addedrelated to 0027292
2014-09-09 23:41OrekariaRelationship addedblocks 0027569

Notes
(0069674)
hgbot   
2014-08-24 17:18   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e88e894ce784f34a09facef0c470331e02c21dcf
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Aug 24 17:18:31 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e88e894ce784f34a09facef0c470331e02c21dcf [^]

Fixes issue 27448: When the response returned to serviceSuccess is undefined, a message will be shown

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---
(0069720)
hgbot   
2014-08-25 18:24   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: fb81b011364aee552c72de12a7b2ce367ead7b24
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Aug 25 18:07:04 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fb81b011364aee552c72de12a7b2ce367ead7b24 [^]

Issue 27448: Refactor

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---
(0069877)
mtaal   
2014-09-01 08:49   
Reviewed