Project:
View Revisions: Issue #27449 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0027449: Stabilization: When some errors are shown to the user, the loading picture is still there | ||
Revision | 2014-08-24 07:57 by Orekaria | ||
Steps To Reproduce | 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 |
||
Revision | 2014-08-24 07:56 by Orekaria | ||
Steps To Reproduce | 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 |
Copyright © 2000 - 2009 MantisBT Group |