Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004500Openbravo ERP00. Application dictionarypublic2008-07-24 10:212009-01-02 21:03
alostale 
dbaz 
normalminoralways
newopen 
5
 
 
Core
No
0004500: 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.
No tags attached.
depends on backport 0004899 closed dbaz Alert check time is hardcoded 
related to defect 0004327 closed alostale Session Timeout 
Issue History
2008-07-24 10:21alostaleNew Issue
2008-07-24 10:21alostaleAssigned To => gorka_gil
2008-07-24 10:21alostalesf_bug_id0 => 2026520
2008-07-24 10:23alostaleRelationship addedrelated to 0004327
2008-07-30 16:21psarobeStatusnew => scheduled
2008-07-30 16:21psarobefix_in_branch => trunk
2008-12-09 12:57gorka_gilAssigned Togorka_gil => iciordia
2009-01-02 17:04iciordiaAssigned Toiciordia => dbaz
2009-01-02 21:02dbazTypedefect => feature request
2009-01-02 21:02dbazfix_in_branchtrunk =>
2009-01-02 21:03dbazStatusscheduled => feedback
2009-01-02 21:03dbazStatusfeedback => new

There are no notes attached to this issue.