details:   /erp/devel/pi/rev/74a5c5067d69
changeset: 12146:74a5c5067d69
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Thu May 12 22:04:44 2011 +0200
summary:   Related to issue 17136: You cannot enter to Menu window but an ugly 
error shows up

diffstat:

 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d6f22b9d4b32 -r 74a5c5067d69 
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
--- 
a/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Thu May 12 19:50:11 2011 +0200
+++ 
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
  Thu May 12 22:04:44 2011 +0200
@@ -286,7 +286,7 @@
   _handleError: isc.RPCManager.getPrototype().handleError,
   handleError : function (response, request) {
     if (!request.willHandleError) {
-      this._handleError(response, request);
+      isc.RPCManager._handleError(response, request);
     }
   }
 });

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to