Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031373Openbravo ERPA. Platformpublic2015-11-05 12:352015-11-23 21:17
alostale 
alostale 
urgentmajorhave not tried
closedfixed 
5
 
3.0PR16Q1 
dbaz
No
Core
No
0031373: UI frozen if calendar data request fails
If there is a server error when fetching data for a calendar, infinite requests to calendar datasource are performed and the UI gets locked with a popup showing the error message.
1. Install the Resources and Reservations Management module
2. Apply attached patch (which fakes an error in backend)

or alternatively:

1.a. Install Resource and Reservation Management module version 1.0.21

---

3. Add the Resource Reservation widget to the workspace
   * Error popup appear
         -> OK: as datasource is expected to fail
   * This popup can't be closed
         -> ERROR: it should be possible to close it, as other ways it freezes all the UI
   * In dev tools infinite requests to calendar datasource can be seen
         -> ERROR: this is the cause the popup can't be closed: a new popup is displayed for each request.
   
When request fails, don't try to execute it once and again.
No tags attached.
related to defect 0031358 closed alostale Modules Resource Reservation widget is not working in 3.0PR15Q3, it blocks the application 
diff calendar-fails.diff (788) 2015-11-05 12:41
https://issues.openbravo.com/file_download.php?file_id=8692&type=bug
Issue History
2015-11-05 12:35alostaleNew Issue
2015-11-05 12:35alostaleAssigned To => platform
2015-11-05 12:35alostaleOBNetwork customer => No
2015-11-05 12:35alostaleModules => Core
2015-11-05 12:35alostaleTriggers an Emergency Pack => No
2015-11-05 12:36alostaleRelationship addedrelated to 0031358
2015-11-05 12:36alostaleStatusnew => scheduled
2015-11-05 12:36alostaleAssigned Toplatform => alostale
2015-11-05 12:36alostaleReview Assigned To => dbaz
2015-11-05 12:36alostaleProposed Solution updated
2015-11-05 12:40hgbotCheckin
2015-11-05 12:40hgbotNote Added: 0081517
2015-11-05 12:40hgbotStatusscheduled => resolved
2015-11-05 12:40hgbotResolutionopen => fixed
2015-11-05 12:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/db630f824809fccbdfcbc8e13c398b77098d4a05 [^]
2015-11-05 12:41alostaleFile Added: calendar-fails.diff
2015-11-17 09:58dbazNote Added: 0081913
2015-11-17 09:58dbazStatusresolved => closed
2015-11-17 09:58dbazFixed in Version => 3.0PR16Q1
2015-11-23 21:17hudsonbotCheckin
2015-11-23 21:17hudsonbotNote Added: 0082179

Notes
(0081517)
hgbot   
2015-11-05 12:40   
Repository: erp/devel/pi
Changeset: db630f824809fccbdfcbc8e13c398b77098d4a05
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Nov 05 12:40:18 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/db630f824809fccbdfcbc8e13c398b77098d4a05 [^]

fixed bug 31373: UI frozen if calendar data request fails

  When a request to calendar datasource fails, don't try to execute it again as
  it most probably, will continue failing.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/calendar/ob-calendar.js
---
(0081913)
dbaz   
2015-11-17 09:58   
Reviewed @ changeset: 27897 - ecf5c6932ff2
(0082179)
hudsonbot   
2015-11-23 21:17   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7b56bebaaa88 [^]
Maturity status: Test