details:   /erp/devel/pi/rev/5abef5531f2c
changeset: 11510:5abef5531f2c
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Tue Apr 05 18:35:30 2011 +0200
summary:   Fixes issue 15009: Added required parameters to skip request from 
session ping

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-alert-manager.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c2b6db10ef3d -r 5abef5531f2c 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-alert-manager.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-alert-manager.js
      Tue Apr 05 18:22:57 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-alert-manager.js
      Tue Apr 05 18:35:30 2011 +0200
@@ -82,7 +82,7 @@
 
     call : function() {
       OB.RemoteCallManager.call(
-          'org.openbravo.client.application.AlertActionHandler', {}, {},
+          'org.openbravo.client.application.AlertActionHandler', {}, 
{IsAjaxCall: '1', ignoreForSessionTimeout: '1'},
           OB.AlertManager._notify);
     }
   };

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to