Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008300Openbravo ERPA. Platformpublic2009-03-26 10:332009-04-26 00:00
alostale 
dbaz 
highminorsometimes
closedfixed 
5
pi 
2.50MP1 
Core
No
0008300: Multiple ajax calls at same time fail
When multiple ajax calls are performed at the same time, in some occasions one of them is ignored.

To bypass this behavior we add a timeout before the second call, which is not a good solution.

(for example issue 0008232 was fixed in this way)
Review submitXmlHttpRequestWithParams method in ajax.js, to prevent it.
main
related to defect 0008232 closed dbaz After installing a package you cannot see what is in there from management module window 
Issue History
2009-03-26 10:33alostaleNew Issue
2009-03-26 10:33alostaleAssigned To => rafaroda
2009-03-26 10:33alostaleRegression testing => No
2009-03-26 10:33alostaleRelationship addedrelated to 0008232
2009-03-27 10:17rafarodaAssigned Torafaroda => dbaz
2009-03-27 10:17rafarodaPrioritynormal => high
2009-03-27 10:17rafarodaStatusnew => scheduled
2009-03-27 10:17rafarodaversion => pi
2009-04-20 14:58alostaleIssue Monitored: alostale
2009-04-21 00:33hgbotCheckin
2009-04-21 00:33hgbotNote Added: 0015458
2009-04-21 00:33hgbotStatusscheduled => resolved
2009-04-21 00:33hgbotResolutionopen => fixed
2009-04-21 00:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3ead19d4cc4c97019f9a7cc97dbf2cfb50be7f82 [^]
2009-04-21 12:17hgbotCheckin
2009-04-21 12:17hgbotNote Added: 0015475
2009-04-21 12:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/3ead19d4cc4c97019f9a7cc97dbf2cfb50be7f82 [^] => http://code.openbravo.com/erp/devel/pi/rev/740b0024d14f80db36f1181b4f23e7bb5d651a21 [^]
2009-04-22 11:23psarobeTag Attached: main
2009-04-25 11:49psarobeStatusresolved => closed
2009-04-26 00:00anonymoussf_bug_id0 => 2781339

Notes
(0015458)
hgbot   
2009-04-21 00:33   
Repository: erp/devel/pi
Changeset: 3ead19d4cc4c97019f9a7cc97dbf2cfb50be7f82
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 21 00:10:56 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3ead19d4cc4c97019f9a7cc97dbf2cfb50be7f82 [^]

Fixed bug 8300: Now multiple ajax call can be done at the same time in parallel

---
M src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagementInstalled.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP2.html
M src/org/openbravo/erpCommon/ad_forms/Role.html
M src/org/openbravo/erpCommon/ad_process/ApplyModules.html
M src/org/openbravo/erpCommon/ad_process/RestartingContext.html
M src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
M src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
M src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
M src/org/openbravo/erpCommon/info/Account.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M src/org/openbravo/erpCommon/utility/VerticalMenu.html
M src/org/openbravo/erpCommon/utility/WindowTree.html
M src/org/openbravo/erpReports/RptC_Bpartner.html
M web/js/ajax.js
M web/js/appStatus.js
M web/js/genericTree.js
M web/js/messages.js
M web/js/utils.js
---
(0015475)
hgbot   
2009-04-21 12:17   
Repository: erp/devel/pi
Changeset: 740b0024d14f80db36f1181b4f23e7bb5d651a21
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 21 11:55:13 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/740b0024d14f80db36f1181b4f23e7bb5d651a21 [^]

Code review Bug 8300

---
M web/js/ajax.js
---