Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038208Retail ModulesWeb POSpublic2018-03-23 08:232018-03-23 09:45
migueldejuana 
migueldejuana 
normalmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
No
0038208: If we go to offline and LogCLient is sent we won't go to offline
Since LogCLientLoader request doesn't affect connection status(online/offline) we could get in a continuous online status if LogCLientLoader is the first failing request when going to offline.

- Login in webPos
- Go to offline
- Wait until LogCLientLoader fails
. Open menu option Open Receipts and search
- ERROR! We get "Application server not available" error but still online
. Create and order and sent it.
- ERROR! Synchronizing icon is shown forever and still online and order is in the clien database
ignoreForConnectionStatus: true requests do no affect connection status but the change "online" var and they shouldn't
No tags attached.
related to defect 0037806RR18Q2 closed migueldejuana Avoid to affect connection status (Online/Offline) Log Client request 
depends on backport 0038209RR18Q1.1 closed migueldejuana If we go to offline and LogCLient is sent we won't go to offline 
Issue History
2018-03-23 08:23migueldejuanaNew Issue
2018-03-23 08:23migueldejuanaAssigned To => migueldejuana
2018-03-23 08:23migueldejuanaTriggers an Emergency Pack => No
2018-03-23 08:23migueldejuanaRelationship addedrelated to 0037806
2018-03-23 08:30migueldejuanaSummaryIf we go to offline and LogCLient is sent we von't go to offline => If we go to offline and LogCLient is sent we won't go to offline
2018-03-23 08:36hgbotCheckin
2018-03-23 08:36hgbotNote Added: 0103455
2018-03-23 08:36hgbotStatusnew => resolved
2018-03-23 08:36hgbotResolutionopen => fixed
2018-03-23 08:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e77ba5b7c6338ca78bcd001b4335adb0ba25bbf5 [^]
2018-03-23 09:25marvintmStatusresolved => new
2018-03-23 09:25marvintmResolutionfixed => open
2018-03-23 09:25marvintmStatusnew => scheduled
2018-03-23 09:25marvintmStatusscheduled => resolved
2018-03-23 09:25marvintmFixed in Version => RR18Q2
2018-03-23 09:25marvintmResolutionopen => fixed
2018-03-23 09:45marvintmReview Assigned To => marvintm
2018-03-23 09:45marvintmStatusresolved => closed

Notes
(0103455)
hgbot   
2018-03-23 08:36   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e77ba5b7c6338ca78bcd001b4335adb0ba25bbf5
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Mar 23 08:33:51 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e77ba5b7c6338ca78bcd001b4335adb0ba25bbf5 [^]

Fixed issue 0038208: If we go to offline and LogCLient is sent we won't go to offline

- Change online attribute only in requests which affects connection status. If we put as false online attribute but we do not move to offline, requestrouter won't launch changeOnlineStatus never.

---
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
---