Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004899Openbravo ERP00. Application dictionarypublic2008-09-09 17:262009-01-02 21:04
alostale 
dbaz 
normalminoralways
closedno change required 
5
 
 
Core
No
0004899: Alert check time is hardcoded
Alerts execute a ajax call each period of time to check if there are new alerts for the current user.

This period of time is currently hardcoded in VerticalMenu.html to 50s:

      function updateAlert()
      {
          updateData();
          setTimeout("updateAlert()", 50000);
      }

It should be configurable, not hardcoded.
This could be stored in the ad_user table, so each user, depending its needs could define its check time.

If no time is inserted or it is 0, no check would be executed.
platform1_sprint1
blocks feature request 0004500 new dbaz Alert check time is hardcoded 
Issue History
2008-09-09 17:26anonymousNew Issue
2008-09-09 17:26anonymousAssigned To => gorka_gil
2008-09-09 17:26anonymousStatusnew => scheduled
2008-09-09 17:26anonymousfix_in_branch => 2.40
2008-12-15 10:59gorka_gilTag Attached: platform1_sprint1
2008-12-16 11:13gorka_gilAssigned Togorka_gil => iciordia
2009-01-02 17:15iciordiaAssigned Toiciordia => dbaz
2009-01-02 21:04dbazRegression testing => No
2009-01-02 21:04dbazStatusscheduled => closed
2009-01-02 21:04dbazNote Added: 0011884
2009-01-02 21:04dbazDuplicate ID0 => 4500
2009-01-02 21:04dbazResolutionopen => no change required

Notes
(0011884)
dbaz   
2009-01-02 21:04   
The parent it is a feature request