Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028185Retail ModulesWeb POSpublic2014-11-17 12:392014-11-21 09:58
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q3.1 
mtaal
RR14Q3.1
https://issues.openbravo.com/view.php?id=27554 [^]
No
0028185: When the backend throws an 'JSONException' the mobile application wrongly performs a logout
When the backend throws an 'JSONException' the mobile application wrongly performs a logout

The backend can send 2 different errors to mobile.core:
- an error in a successful response (status = 0)
- an error when an exception is thrown (status = -1)

When the status is -1, the mobile app wrongly performs a logout
Throw a 'JSONException' in a java file in the backend. e.g:

   throw new JSONException("This is an exception"));

Verify that the client application performs a logout
No tags attached.
caused by defect 0027554 closed Orekaria When switching from backend to WebPOS first an error is shown and then the login page is shown 
related to defect 0028253 closed marvintm it is not possible to do login 
blocks defect 0028241RR14Q4 closed Orekaria Context change detection doesn't work anymore 
causes defect 0028186 new marvintm Stabilization: An improper error is raised when, logged in the ERP, the user navigates to the WebPOS 
patch Q3.1_core_28185.patch (946) 2014-11-17 12:49
https://issues.openbravo.com/file_download.php?file_id=7515&type=bug
Issue History
2014-11-17 12:39OrekariaNew Issue
2014-11-17 12:39OrekariaAssigned To => Orekaria
2014-11-17 12:39OrekariaTriggers an Emergency Pack => No
2014-11-17 12:40OrekariaRelationship addedcaused by 0027554
2014-11-17 12:49OrekariaFile Added: Q3.1_core_28185.patch
2014-11-17 12:51OrekariaReview Assigned To => guilleaer
2014-11-17 12:51OrekariaStatusnew => scheduled
2014-11-17 12:51Orekariafix_in_branch => pi
2014-11-17 12:51OrekariaStatusscheduled => resolved
2014-11-17 12:51OrekariaFixed in Version => RR14Q3.1
2014-11-17 12:51OrekariaResolutionopen => fixed
2014-11-17 13:23OrekariaNote Added: 0071701
2014-11-17 13:26OrekariaRelationship addedcauses 0028186
2014-11-18 21:20OrekariaRegression introduced in release => RR14Q3.1
2014-11-18 21:20OrekariaRegression introduced by commit => https://issues.openbravo.com/view.php?id=27554 [^]
2014-11-18 21:20Orekariafix_in_branchpi =>
2014-11-20 17:28OrekariaRelationship addedrelated to 0028241
2014-11-20 17:33OrekariaRelationship replacedduplicate of 0028241
2014-11-20 17:34OrekariaRelationship replacedblocks 0028241
2014-11-21 09:58mtaalReview Assigned Toguilleaer => mtaal
2014-11-21 09:58mtaalNote Added: 0071872
2014-11-21 09:58mtaalStatusresolved => closed
2014-11-21 09:58mtaalFixed in VersionRR14Q3.1 =>
2014-11-24 11:52malsasuaRelationship addedrelated to 0028253

Notes
(0071701)
Orekaria   
2014-11-17 13:23   
This fix invalidates the fix done when navigation from the ERP to a mobile application when already logged in the ERP

See 'causes' issue
(0071872)
mtaal   
2014-11-21 09:58   
Reviewed