details:   https://code.openbravo.com/erp/devel/pi/rev/0ce5bb9039c2
changeset: 17669:0ce5bb9039c2
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Tue Aug 14 13:15:32 2012 +0200
summary:   Fixes issue 21347: Fixed call to old version of refresh()

In the fix os issue 20722, the signature of the refresh function was added to 
include a third parameter. There were in the code calls to a previous version 
of that function, that needed to be updated to support the new signature.

diffstat:

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

diffs (12 lines):

diff -r 2f78b1af4dea -r 0ce5bb9039c2 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
       Tue Aug 14 12:11:13 2012 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
       Tue Aug 14 13:15:32 2012 +0200
@@ -174,7 +174,7 @@
       //        contextView.setHalfSplit();
       //      }
       // Refresh in order to show possible new records
-      currentView.refresh(null, false, true);
+      currentView.refresh(null, false);
     };
 
     if (!currentView) {

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to