Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027449Retail ModulesWeb POSpublic2014-08-24 07:192014-09-01 09:58
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q4RR14Q4 
mtaal
No
0027449: Stabilization: When some errors are shown to the user, the loading picture is still there
Stabilization: When some errors are shown to the user, the loading picture is still there
To simulate it:
1. in ob-datasource.js 'serviceSuccess' method:
     response = {};
     response.errors = "Unknown error";
     response.status = 501;
     var status = response.status;
     if (response.contextInfo && OB.MobileApp.model.get('context')) {
       ...

2. log in the WebPOS

Verify that the attached screenshot is shown
No tags attached.
related to defect 0027448RR14Q4 closed Orekaria Stabilization: When the response is null an uncaught exception is thrown 
depends on feature request 0027329 new Retail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
Not all the children of this issue are yet resolved or closed.
png LoadingMessageOboveTheError.png (53,060) 2014-08-24 07:56
https://issues.openbravo.com/file_download.php?file_id=7156&type=bug
png
Issue History
2014-08-24 07:19OrekariaNew Issue
2014-08-24 07:19OrekariaAssigned To => Orekaria
2014-08-24 07:19OrekariaTriggers an Emergency Pack => No
2014-08-24 07:20OrekariaRelationship addedrelated to 0027448
2014-08-24 07:20OrekariaRelationship addeddepends on 0027329
2014-08-24 07:56OrekariaFile Added: LoadingMessageOboveTheError.png
2014-08-24 07:57OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6440#r6440
2014-08-24 16:50hgbotCheckin
2014-08-24 16:50hgbotNote Added: 0069673
2014-08-24 16:50hgbotStatusnew => resolved
2014-08-24 16:50hgbotResolutionopen => fixed
2014-08-24 16:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6d375a11ccf9c20b633cc3954414b22ac82e87a6 [^]
2014-08-24 20:51hgbotCheckin
2014-08-24 20:51hgbotNote Added: 0069682
2014-08-24 20:51hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6d375a11ccf9c20b633cc3954414b22ac82e87a6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3baadf8f2c7496325b23edd70697854cbdca96bb [^]
2014-08-24 20:51hgbotCheckin
2014-08-24 20:51hgbotNote Added: 0069683
2014-09-01 09:58mtaalReview Assigned To => mtaal
2014-09-01 09:58mtaalNote Added: 0069884
2014-09-01 09:58mtaalStatusresolved => closed
2014-09-01 09:58mtaalFixed in Version => RR14Q4

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

Fixes issue 27449: The 'Loading...' picture is removed before showing certain errors

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---
(0069682)
hgbot   
2014-08-24 20:51   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3baadf8f2c7496325b23edd70697854cbdca96bb
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Aug 24 20:39:44 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3baadf8f2c7496325b23edd70697854cbdca96bb [^]

Fixes issue 27449: The 'Loading...' image will no longer be shown when a modal dialog is present

---
M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js
---
(0069683)
hgbot   
2014-08-24 20:51   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 13373735730f8edf8b238c74e59373ad2d248b1c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Aug 24 20:50:56 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/13373735730f8edf8b238c74e59373ad2d248b1c [^]

Issue 27449: Better message for the 'missingLocalStorageLogic' error

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0069884)
mtaal   
2014-09-01 09:58   
Reviewed