Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032377Retail ModulesWeb POSpublic2016-03-01 11:052016-03-16 13:51
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR16Q2 
marvintm
No
0032377: Ongoing requests to the server provoke an error when reloading
The problem is that there are requests to the server that take some time.
If a reload is made before the request has been replied, a javascript error is shown with the request that did not finish
(To be filled)

An example can be taken from the high volume integration in which requests takes longer

Check also the ProfileUtils. error 401 in some builds
No tags attached.
Issue History
2016-03-01 11:05OrekariaNew Issue
2016-03-01 11:05OrekariaAssigned To => Orekaria
2016-03-01 11:05OrekariaTriggers an Emergency Pack => No
2016-03-01 11:05OrekariaStatusnew => acknowledged
2016-03-01 15:32OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=11300#r11300
2016-03-01 17:42hgbotCheckin
2016-03-01 17:42hgbotNote Added: 0084637
2016-03-01 17:43hgbotCheckin
2016-03-01 17:43hgbotNote Added: 0084639
2016-03-01 17:43hgbotStatusacknowledged => resolved
2016-03-01 17:43hgbotResolutionopen => fixed
2016-03-01 17:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bbbbe349ef2413363042da30fca3d2bea4aa1599 [^]
2016-03-16 13:51marvintmReview Assigned To => marvintm
2016-03-16 13:51marvintmStatusresolved => closed
2016-03-16 13:51marvintmFixed in Version => RR16Q2

Notes
(0084637)
hgbot   
2016-03-01 17:42   
Repository: tools/automation/pi-mobile
Changeset: fc984516d5b9f7865b39d05cb8692f3208ebf4f3
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Tue Mar 01 09:21:01 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fc984516d5b9f7865b39d05cb8692f3208ebf4f3 [^]

Related to issue 32377: Server Requests: Add a method to wait until all POST and GET requests have finished

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/SynchronizationHelper.java
---
(0084639)
hgbot   
2016-03-01 17:43   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bbbbe349ef2413363042da30fca3d2bea4aa1599
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Tue Mar 01 14:45:11 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bbbbe349ef2413363042da30fca3d2bea4aa1599 [^]

Fixes issue 32377: Server Requests: Keep a stack of the ongoing POST and GET requests

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